Class LiveBroadcastContentDetails
Detailed settings of a broadcast.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LiveBroadcastContentDetails : IDirectResponseSchema
Properties
BoundStreamId
This value uniquely identifies the live stream bound to the broadcast.
Declaration
[JsonProperty("boundStreamId")]
public virtual string BoundStreamId { get; set; }
Property Value
Type | Description |
---|---|
string |
BoundStreamLastUpdateTimeMs
DateTime representation of BoundStreamLastUpdateTimeMsRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use BoundStreamLastUpdateTimeMsDateTimeOffset instead.")]
public virtual DateTime? BoundStreamLastUpdateTimeMs { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
BoundStreamLastUpdateTimeMsDateTimeOffset
DateTimeOffset representation of BoundStreamLastUpdateTimeMsRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? BoundStreamLastUpdateTimeMsDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
BoundStreamLastUpdateTimeMsRaw
The date and time that the live stream referenced by boundStreamId was last updated.
Declaration
[JsonProperty("boundStreamLastUpdateTimeMs")]
public virtual string BoundStreamLastUpdateTimeMsRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ClosedCaptionsType
Declaration
[JsonProperty("closedCaptionsType")]
public virtual string ClosedCaptionsType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableAutoStart
This setting indicates whether auto start is enabled for this broadcast. The default value for this property is false. This setting can only be used by Events.
Declaration
[JsonProperty("enableAutoStart")]
public virtual bool? EnableAutoStart { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EnableAutoStop
This setting indicates whether auto stop is enabled for this broadcast. The default value for this property is false. This setting can only be used by Events.
Declaration
[JsonProperty("enableAutoStop")]
public virtual bool? EnableAutoStop { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EnableClosedCaptions
This setting indicates whether HTTP POST closed captioning is enabled for this broadcast. The ingestion URL of the closed captions is returned through the liveStreams API. This is mutually exclusive with using the closed_captions_type property, and is equivalent to setting closed_captions_type to CLOSED_CAPTIONS_HTTP_POST.
Declaration
[JsonProperty("enableClosedCaptions")]
public virtual bool? EnableClosedCaptions { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EnableContentEncryption
This setting indicates whether YouTube should enable content encryption for the broadcast.
Declaration
[JsonProperty("enableContentEncryption")]
public virtual bool? EnableContentEncryption { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EnableDvr
This setting determines whether viewers can access DVR controls while watching the video. DVR controls enable the viewer to control the video playback experience by pausing, rewinding, or fast forwarding content. The default value for this property is true. Important: You must set the value to true and also set the enableArchive property's value to true if you want to make playback available immediately after the broadcast ends.
Declaration
[JsonProperty("enableDvr")]
public virtual bool? EnableDvr { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EnableEmbed
This setting indicates whether the broadcast video can be played in an embedded player. If you choose to archive the video (using the enableArchive property), this setting will also apply to the archived video.
Declaration
[JsonProperty("enableEmbed")]
public virtual bool? EnableEmbed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EnableLowLatency
Indicates whether this broadcast has low latency enabled.
Declaration
[JsonProperty("enableLowLatency")]
public virtual bool? EnableLowLatency { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LatencyPreference
If both this and enable_low_latency are set, they must match. LATENCY_NORMAL should match enable_low_latency=false LATENCY_LOW should match enable_low_latency=true LATENCY_ULTRA_LOW should have enable_low_latency omitted.
Declaration
[JsonProperty("latencyPreference")]
public virtual string LatencyPreference { get; set; }
Property Value
Type | Description |
---|---|
string |
Mesh
The mesh for projecting the video if projection is mesh. The mesh value must be a UTF-8 string containing the base-64 encoding of 3D mesh data that follows the Spherical Video V2 RFC specification for an mshp box, excluding the box size and type but including the following four reserved zero bytes for the version and flags.
Declaration
[JsonProperty("mesh")]
public virtual string Mesh { get; set; }
Property Value
Type | Description |
---|---|
string |
MonitorStream
The monitorStream object contains information about the monitor stream, which the broadcaster can use to review the event content before the broadcast stream is shown publicly.
Declaration
[JsonProperty("monitorStream")]
public virtual MonitorStreamInfo MonitorStream { get; set; }
Property Value
Type | Description |
---|---|
MonitorStreamInfo |
Projection
The projection format of this broadcast. This defaults to rectangular.
Declaration
[JsonProperty("projection")]
public virtual string Projection { get; set; }
Property Value
Type | Description |
---|---|
string |
RecordFromStart
Automatically start recording after the event goes live. The default value for this property is true. Important: You must also set the enableDvr property's value to true if you want the playback to be available immediately after the broadcast ends. If you set this property's value to true but do not also set the enableDvr property to true, there may be a delay of around one day before the archived video will be available for playback.
Declaration
[JsonProperty("recordFromStart")]
public virtual bool? RecordFromStart { get; set; }
Property Value
Type | Description |
---|---|
bool? |
StartWithSlate
This setting indicates whether the broadcast should automatically begin with an in-stream slate when you update the broadcast's status to live. After updating the status, you then need to send a liveCuepoints.insert request that sets the cuepoint's eventState to end to remove the in-stream slate and make your broadcast stream visible to viewers.
Declaration
[JsonProperty("startWithSlate")]
public virtual bool? StartWithSlate { get; set; }
Property Value
Type | Description |
---|---|
bool? |
StereoLayout
The 3D stereo layout of this broadcast. This defaults to mono.
Declaration
[JsonProperty("stereoLayout")]
public virtual string StereoLayout { get; set; }
Property Value
Type | Description |
---|---|
string |