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

AtomSTSS() public method

public AtomSTSS ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
document MP4Document
type uint
size long
start long
return System.Collections.Generic
        public AtomSTSS(MP4Document document, uint type, long size, long start) : base(document, type, size, start)
        {
            Entries = new List<uint>();
        }

Same methods

AtomSTSS::AtomSTSS ( uint syncSamples ) : System.Collections.Generic