Struct StartBroadcastRequest.BroadcastOutput
- Namespace
- Vonage.Video.Broadcast.StartBroadcast
- Assembly
- Vonage.dll
Defines the output for starting a broadcast.
public struct StartBroadcastRequest.BroadcastOutput
- Inherited Members
Properties
Hls
The HLS settings for the broadcast output.
[JsonConverter(typeof(MaybeJsonConverter<Broadcast.HlsSettings>))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Maybe<Broadcast.HlsSettings> Hls { readonly get; set; }
Property Value
Streams
Represents the types of broadcast streams you want to start.
[JsonPropertyName("rtmp")]
public StartBroadcastRequest.BroadcastOutput.Stream[] Streams { readonly get; set; }
Property Value
- Stream[]