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

AtomILST() public method

public AtomILST ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
document MP4Document
type uint
size long
start long
return System.Collections.Generic
        public AtomILST(MP4Document document, uint type, long size, long start) : base(document, type, size, start)
        {
        }