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)
        {
        }