Google Cloud Video Stitcher V1 Client - Class Interstitials (1.2.0)

Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class Interstitials.

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

Generated from protobuf message google.cloud.video.stitcher.v1.Interstitials

Namespace

Google \ Cloud \ Video \ Stitcher \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ ad_breaks array<VodSessionAdBreak>

List of ad breaks ordered by time.

↳ session_content VodSessionContent

Information related to the content of the VOD session.

getAdBreaks

List of ad breaks ordered by time.

Returns
Type Description
Google\Protobuf\RepeatedField<VodSessionAdBreak>

setAdBreaks

List of ad breaks ordered by time.

Parameter
Name Description
var array<VodSessionAdBreak>
Returns
Type Description
$this

getSessionContent

Information related to the content of the VOD session.

Returns
Type Description
VodSessionContent|null

hasSessionContent

clearSessionContent

setSessionContent

Information related to the content of the VOD session.

Parameter
Name Description
var VodSessionContent
Returns
Type Description
$this