Uses of Class
com.vonage.client.video.Archive.Builder
Packages that use Archive.Builder
-
Uses of Archive.Builder in com.vonage.client.video
Methods in com.vonage.client.video that return Archive.BuilderModifier and TypeMethodDescriptionstatic Archive.BuilderInstantiates a Builder, used to construct this object.Archive.Builder.hasAudio(boolean hasAudio) Call this method to include an audio track (true, the default) or notfalse).Archive.Builder.hasVideo(boolean hasVideo) Call this method to include a video track (true, the default) or notfalse).Archive.Builder.layout(StreamCompositionLayout layout) Sets the layout for a composed archive.Archive.Builder.maxBitrate(int maxBitrate) (OPTIONAL) The maximum bitrate for the archive, in bits per second.Archive.Builder.multiArchiveTag(String multiArchiveTag) Set this to support recording multiple archives for the same session simultaneously.Sets a name for the archive.Archive.Builder.outputMode(OutputMode outputMode) Sets the output mode for this archive.Archive.Builder.resolution(Resolution resolution) Sets the resolution of the archive.Archive.Builder.streamMode(StreamMode streamMode) Sets the stream mode for this archive.Constructors in com.vonage.client.video with parameters of type Archive.Builder