Google Cloud Video Transcoder V1 Client - Class VideoStream (1.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class VideoStream.
Video stream resource.
Generated from protobuf message google.cloud.video.transcoder.v1.VideoStream
Namespace
Google \ Cloud \ Video \ Transcoder \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ h264 |
VideoStream\H264CodecSettings
H264 codec settings. |
↳ h265 |
VideoStream\H265CodecSettings
H265 codec settings. |
↳ vp9 |
VideoStream\Vp9CodecSettings
VP9 codec settings. |
getH264
H264 codec settings.
| Returns | |
|---|---|
| Type | Description |
VideoStream\H264CodecSettings|null |
|
hasH264
setH264
H264 codec settings.
| Parameter | |
|---|---|
| Name | Description |
var |
VideoStream\H264CodecSettings
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getH265
H265 codec settings.
| Returns | |
|---|---|
| Type | Description |
VideoStream\H265CodecSettings|null |
|
hasH265
setH265
H265 codec settings.
| Parameter | |
|---|---|
| Name | Description |
var |
VideoStream\H265CodecSettings
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVp9
VP9 codec settings.
| Returns | |
|---|---|
| Type | Description |
VideoStream\Vp9CodecSettings|null |
|
hasVp9
setVp9
VP9 codec settings.
| Parameter | |
|---|---|
| Name | Description |
var |
VideoStream\Vp9CodecSettings
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCodecSettings
| Returns | |
|---|---|
| Type | Description |
string |
|