Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::Interstitials.
Describes what was stitched into a VOD session's manifest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ad_breaks
def ad_breaks() -> ::Array<::Google::Cloud::Video::Stitcher::V1::VodSessionAdBreak>
Returns
- (::Array<::Google::Cloud::Video::Stitcher::V1::VodSessionAdBreak>) — List of ad breaks ordered by time.
#ad_breaks=
def ad_breaks=(value) -> ::Array<::Google::Cloud::Video::Stitcher::V1::VodSessionAdBreak>
Parameter
- value (::Array<::Google::Cloud::Video::Stitcher::V1::VodSessionAdBreak>) — List of ad breaks ordered by time.
Returns
- (::Array<::Google::Cloud::Video::Stitcher::V1::VodSessionAdBreak>) — List of ad breaks ordered by time.
#session_content
def session_content() -> ::Google::Cloud::Video::Stitcher::V1::VodSessionContent
Returns
- (::Google::Cloud::Video::Stitcher::V1::VodSessionContent) — Information related to the content of the VOD session.
#session_content=
def session_content=(value) -> ::Google::Cloud::Video::Stitcher::V1::VodSessionContent
Parameter
- value (::Google::Cloud::Video::Stitcher::V1::VodSessionContent) — Information related to the content of the VOD session.
Returns
- (::Google::Cloud::Video::Stitcher::V1::VodSessionContent) — Information related to the content of the VOD session.