Interface IBuilderForLayout
- Namespace
- Vonage.Video.Broadcast.StartBroadcast
- Assembly
- Vonage.dll
public interface IBuilderForLayout
Methods
WithLayout(Layout)
Sets the initial layout type for the broadcast. If you do not specify an initial layout type, the broadcast stream uses the Best Fit layout type.
IBuilderForOutputs WithLayout(Layout value)
Parameters
valueLayout
Returns
Examples
.WithLayout(new Layout(null, null, LayoutType.BestFit))