Class Fmp4Config
fmp4
container configuration.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class Fmp4Config : IDirectResponseSchema
Properties
CodecTag
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
Declaration
[JsonProperty("codecTag")]
public virtual string CodecTag { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |