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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
int |
setIndex
Index of this video stream.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getVideoFormat
Properties of the video format.
Returns | |
---|---|
Type | Description |
Google\Cloud\Video\LiveStream\V1\VideoFormat|null |
hasVideoFormat
clearVideoFormat
setVideoFormat
Properties of the video format.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Video\LiveStream\V1\VideoFormat
|
Returns | |
---|---|
Type | Description |
$this |