Uses of Class
com.vonage.client.video.Broadcast.Builder
Packages that use Broadcast.Builder
-
Uses of Broadcast.Builder in com.vonage.client.video
Methods in com.vonage.client.video that return Broadcast.BuilderModifier and TypeMethodDescriptionBroadcast.Builder.addRtmpStream(Rtmp rtmp) (OPTIONAL, but REQUIRED if HLS is unspecified) You can specify up to five target RTMP streams (or just one).static Broadcast.BuilderInstantiates a Builder, used to construct this object.(OPTIONAL, but REQUIRED if no RTMP URLs are set) Sets the HTTP Live Streaming (HLS) output of the broadcast.Broadcast.Builder.layout(StreamCompositionLayout layout) (OPTIONAL) Specify this to assign the initial layout type for the broadcast.Broadcast.Builder.maxBitrate(int maxBitrate) (OPTIONAL) The maximum bitrate for the broadcast, in bits per second.Broadcast.Builder.maxDuration(int maxDuration) (OPTIONAL) The maximum duration for the broadcast, in seconds.Broadcast.Builder.maxDuration(Duration maxDuration) (OPTIONAL) The maximum duration for the broadcast.Broadcast.Builder.multiBroadcastTag(String multiBroadcastTag) (OPTIONAL) Set this to support multiple broadcasts for the same session simultaneously.Broadcast.Builder.resolution(Resolution resolution) (OPTIONAL) The resolution of the broadcast: either "640x480" (SD landscape, the default), "1280x720" (HD landscape), "1920x1080" (FHD landscape), "480x640" (SD portrait), "720x1280" (HD portrait), or "1080x1920" (FHD portrait).Broadcast.Builder.rtmpStreams(Collection<Rtmp> rtmps) (OPTIONAL, but REQUIRED if HLS is unspecified) You can specify up to five target RTMP streams (or just one).Broadcast.Builder.streamMode(StreamMode streamMode) (OPTIONAL) Whether streams included in the broadcast are selected automatically ("auto", the default) or manually ("manual").Constructors in com.vonage.client.video with parameters of type Broadcast.Builder