Class: Google::Cloud::Video::Stitcher::V1::VodSessionAdBreak

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#ads::Array<::Google::Cloud::Video::Stitcher::V1::VodSessionAd>

Returns Ordered list of ads stitched into the ad break.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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