Class: Google::Cloud::Video::Stitcher::V1::VodSessionAdBreak
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::VodSessionAdBreak
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/sessions.rb
Overview
Metadata for an inserted ad break.
Instance Attribute Summary collapse
-
#ads ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::VodSessionAd>
Ordered list of ads stitched into the ad break.
-
#end_time_offset ⇒ ::Google::Protobuf::Duration
Ad break end time in seconds relative to the start of the VOD asset.
-
#progress_events ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::ProgressEvent>
List of events that are expected to be triggered, ordered by time.
-
#start_time_offset ⇒ ::Google::Protobuf::Duration
Ad break start time in seconds relative to the start of the VOD asset.
Instance Attribute Details
#ads ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::VodSessionAd>
Returns Ordered list of ads stitched into the ad break.
159 160 161 162 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 159 class VodSessionAdBreak include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time_offset ⇒ ::Google::Protobuf::Duration
Returns Ad break end time in seconds relative to the start of the VOD asset.
159 160 161 162 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 159 class VodSessionAdBreak include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_events ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::ProgressEvent>
Returns List of events that are expected to be triggered, ordered by time.
159 160 161 162 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 159 class VodSessionAdBreak include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time_offset ⇒ ::Google::Protobuf::Duration
Returns Ad break start time in seconds relative to the start of the VOD asset.
159 160 161 162 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 159 class VodSessionAdBreak include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |