class Google::Apis::YoutubeV3::LiveBroadcastContentDetails
Detailed settings of a broadcast.
Attributes
This value uniquely identifies the live stream bound to the broadcast. Corresponds to the JSON property `boundStreamId` @return [String]
The date and time that the live stream referenced by boundStreamId was last updated. Corresponds to the JSON property `boundStreamLastUpdateTimeMs` @return [DateTime]
Corresponds to the JSON property `closedCaptionsType` @return [String]
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. Corresponds to the JSON property `enableAutoStart` @return [Boolean]
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. Corresponds to the JSON property `enableAutoStart` @return [Boolean]
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. Corresponds to the JSON property `enableAutoStop` @return [Boolean]
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. Corresponds to the JSON property `enableAutoStop` @return [Boolean]
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. Corresponds to the JSON property `enableClosedCaptions` @return [Boolean]
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. Corresponds to the JSON property `enableClosedCaptions` @return [Boolean]
This setting indicates whether YouTube should enable content encryption for the broadcast. Corresponds to the JSON property `enableContentEncryption` @return [Boolean]
This setting indicates whether YouTube should enable content encryption for the broadcast. Corresponds to the JSON property `enableContentEncryption` @return [Boolean]
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. Corresponds to the JSON property `enableDvr` @return [Boolean]
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. Corresponds to the JSON property `enableDvr` @return [Boolean]
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. Corresponds to the JSON property `enableEmbed` @return [Boolean]
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. Corresponds to the JSON property `enableEmbed` @return [Boolean]
Indicates whether this broadcast has low latency enabled. Corresponds to the JSON property `enableLowLatency` @return [Boolean]
Indicates whether this broadcast has low latency enabled. Corresponds to the JSON property `enableLowLatency` @return [Boolean]
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. Corresponds to the JSON property `latencyPreference` @return [String]
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. Corresponds to the JSON property `mesh` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]
Settings and Info of the monitor stream Corresponds to the JSON property `monitorStream` @return [Google::Apis::YoutubeV3::MonitorStreamInfo]
The projection format of this broadcast. This defaults to rectangular. Corresponds to the JSON property `projection` @return [String]
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. Corresponds to the JSON property `recordFromStart` @return [Boolean]
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. Corresponds to the JSON property `recordFromStart` @return [Boolean]
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. Corresponds to the JSON property `startWithSlate` @return [Boolean]
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. Corresponds to the JSON property `startWithSlate` @return [Boolean]
The 3D stereo layout of this broadcast. This defaults to mono. Corresponds to the JSON property `stereoLayout` @return [String]
Public Class Methods
# File lib/google/apis/youtube_v3/classes.rb, line 3681 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/youtube_v3/classes.rb, line 3686 def update!(**args) @bound_stream_id = args[:bound_stream_id] if args.key?(:bound_stream_id) @bound_stream_last_update_time_ms = args[:bound_stream_last_update_time_ms] if args.key?(:bound_stream_last_update_time_ms) @closed_captions_type = args[:closed_captions_type] if args.key?(:closed_captions_type) @enable_auto_start = args[:enable_auto_start] if args.key?(:enable_auto_start) @enable_auto_stop = args[:enable_auto_stop] if args.key?(:enable_auto_stop) @enable_closed_captions = args[:enable_closed_captions] if args.key?(:enable_closed_captions) @enable_content_encryption = args[:enable_content_encryption] if args.key?(:enable_content_encryption) @enable_dvr = args[:enable_dvr] if args.key?(:enable_dvr) @enable_embed = args[:enable_embed] if args.key?(:enable_embed) @enable_low_latency = args[:enable_low_latency] if args.key?(:enable_low_latency) @latency_preference = args[:latency_preference] if args.key?(:latency_preference) @mesh = args[:mesh] if args.key?(:mesh) @monitor_stream = args[:monitor_stream] if args.key?(:monitor_stream) @projection = args[:projection] if args.key?(:projection) @record_from_start = args[:record_from_start] if args.key?(:record_from_start) @start_with_slate = args[:start_with_slate] if args.key?(:start_with_slate) @stereo_layout = args[:stereo_layout] if args.key?(:stereo_layout) end