namespace UMP { public class MediaTrackInfoSpu : MediaTrackInfoExpanded { /// /// Create new sub-picture/sub-title track info. /// /// Track ID /// Track Codec (fourcc) /// Track Profile /// Track Level internal MediaTrackInfoSpu(int trackId, int trackCodec, int trackProfile, int trackLevel) : base(trackId, trackCodec, trackProfile, trackLevel) { } } }