CSharpRTMP.Core.MediaFormats.mp4.boxes.AtomTRAK.AtomTRAK C# (CSharp) Method

AtomTRAK() public method

public AtomTRAK ( )
        public AtomTRAK() : base(TRAK)
        {
            
        }
        public uint Id => _atomTkhd?.TrackId??0;

Same methods

AtomTRAK::AtomTRAK ( MP4Document document, uint type, long size, long start )