Class: Google::Cloud::Video::Stitcher::V1::Interstitials
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::Interstitials
- 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
-
#ad_breaks ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::VodSessionAdBreak>
List of ad breaks ordered by time.
-
#session_content ⇒ ::Google::Cloud::Video::Stitcher::V1::VodSessionContent
Information related to the content of the VOD session.
Instance Attribute Details
#ad_breaks ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::VodSessionAdBreak>
Returns List of ad breaks ordered by time.
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.
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 |