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

AtomNULL() public method

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