Class: Google::Cloud::Video::Stitcher::V1::Interstitials

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

Describes what was stitched into a VOD session's manifest.

Instance Attribute Summary collapse

Instance Attribute Details

#ad_breaks::Array<::Google::Cloud::Video::Stitcher::V1::VodSessionAdBreak>

Returns List of ad breaks ordered by time.

Returns:



112
113
114
115
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 112

class Interstitials
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#session_content::Google::Cloud::Video::Stitcher::V1::VodSessionContent

Returns Information related to the content of the VOD session.

Returns:



112
113
114
115
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 112

class Interstitials
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end