Transcoder v1 API - Class MuxStream.Types.Fmp4Config (2.10.0)

public sealed class MuxStream.Types.Fmp4Config : IMessage<MuxStream.Types.Fmp4Config>, IEquatable<MuxStream.Types.Fmp4Config>, IDeepCloneable<MuxStream.Types.Fmp4Config>, IBufferMessage, IMessage

Reference documentation and code samples for the Transcoder v1 API class MuxStream.Types.Fmp4Config.

fmp4 container configuration.

Inheritance

object > MuxStream.Types.Fmp4Config

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

Fmp4Config()

public Fmp4Config()

Fmp4Config(Fmp4Config)

public Fmp4Config(MuxStream.Types.Fmp4Config other)
Parameter
Name Description
other MuxStreamTypesFmp4Config

Properties

CodecTag

public string CodecTag { get; set; }

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
Property Value
Type Description
string