CodecID

MatroskaTrack.CodecID property

Gets an ID corresponding to the codec.

public string CodecID { get; }

Property Value

An ID corresponding to the codec.

Remarks

See the http://www.matroska.org/technical/specs/codecid/index.html codec page for more info.

See Also