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

AtomMP4A() public method

public AtomMP4A ( MP4Document document, uint type, long size, long start )
document MP4Document
type uint
size long
start long
        public AtomMP4A(MP4Document document, uint type, long size, long start) : base(document, type, size, start)
        {
        }