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

AtomSTTS() public method

public AtomSTTS ( ) : System.Collections.Generic
return System.Collections.Generic
        public AtomSTTS() : base(STTS)
        {
            
        }
        public List<uint> Entries => SttsEntries.Select(x => x.Delta).ToList(); 

Same methods

AtomSTTS::AtomSTTS ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic