CSharpRTMP.Core.MediaFormats.mp4.boxes.AtomMFHD.AtomMFHD C# (CSharp) Метод

AtomMFHD() публичный Метод

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