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

AtomESDS() public method

public AtomESDS ( MP4Document document, uint type, long size, long start ) : System
document MP4Document
type uint
size long
start long
return System
        public AtomESDS(MP4Document document, uint type, long size, long start) : base(document, type, size, start)
        {
        }