Google Cloud Video Live Stream V1 Client - Class VideoStreamProperty (0.4.2)

Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class VideoStreamProperty.

Properties of the video stream.

Generated from protobuf message google.cloud.video.livestream.v1.VideoStreamProperty

Namespace

Google \ Cloud \ Video \ LiveStream \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ index int

Index of this video stream.

↳ video_format Google\Cloud\Video\LiveStream\V1\VideoFormat

Properties of the video format.

getIndex

Index of this video stream.

Returns
TypeDescription
int

setIndex

Index of this video stream.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getVideoFormat

Properties of the video format.

Returns
TypeDescription
Google\Cloud\Video\LiveStream\V1\VideoFormat|null

hasVideoFormat

clearVideoFormat

setVideoFormat

Properties of the video format.

Parameter
NameDescription
var Google\Cloud\Video\LiveStream\V1\VideoFormat
Returns
TypeDescription
$this