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

AtomWAVE() public method

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