Uses of Class
com.vonage.client.video.StreamCompositionLayout
Packages that use StreamCompositionLayout
-
Uses of StreamCompositionLayout in com.vonage.client.video
Fields in com.vonage.client.video declared as StreamCompositionLayoutModifier and TypeFieldDescriptionprotected StreamCompositionLayoutStreamComposition.Builder.layoutprotected StreamCompositionLayoutStreamComposition.layoutMethods in com.vonage.client.video that return StreamCompositionLayoutModifier and TypeMethodDescriptionStreamCompositionLayout.Builder.build()Builds the StreamCompositionLayout.protected StreamCompositionLayoutStreamComposition.getLayout()Describes how the streams in this composition are displayed.Methods in com.vonage.client.video with parameters of type StreamCompositionLayoutModifier and TypeMethodDescriptionArchive.Builder.layout(StreamCompositionLayout layout) Sets the layout for a composed archive.Broadcast.Builder.layout(StreamCompositionLayout layout) (OPTIONAL) Specify this to assign the initial layout type for the broadcast.voidVideoClient.updateArchiveLayout(String archiveId, StreamCompositionLayout layout) Dynamically change the layout type of a composed archive while it is being recorded.voidVideoClient.updateBroadcastLayout(String broadcastId, StreamCompositionLayout layout) Dynamically change the layout type of a live streaming broadcast.