namespace UMP { public class MediaTrackInfoUnknown : MediaTrackInfoExpanded { /// /// Create new unknown track info. /// /// Track id /// Track Codec (fourcc) /// Track Profile /// Track Level internal MediaTrackInfoUnknown(int trackId, int trackCodec, int trackProfile, int trackLevel) : base(trackId, trackCodec, trackProfile, trackLevel) { } } }