Google Cloud Video Transcoder V1 Client - Class Fmp4Config (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 Fmp4Config.
fmp4 container configuration.
Generated from protobuf message google.cloud.video.transcoder.v1.MuxStream.Fmp4Config
Namespace
Google \ Cloud \ Video \ Transcoder \ V1 \ MuxStreamMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ codec_tag |
string
Optional. Specify the codec tag string that will be used in the media bitstream. When not specified, the codec appropriate value is used. Supported H265 codec tags: - |
getCodecTag
Optional. Specify the codec tag string that will be used in the media bitstream. When not specified, the codec appropriate value is used.
Supported H265 codec tags:
hvc1(default)hev1
| Returns | |
|---|---|
| Type | Description |
string |
|
setCodecTag
Optional. Specify the codec tag string that will be used in the media bitstream. When not specified, the codec appropriate value is used.
Supported H265 codec tags:
hvc1(default)hev1
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|