TrackNumber

MatroskaTrack.TrackNumber property

Gets the track number as used in the Block Header. Using more than 127 tracks is not encouraged, though the design allows an unlimited number.

public ulong TrackNumber { get; }

Property Value

The track number as used in the Block Header.

See Also