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

AtomUDTA() public method

public AtomUDTA ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
document MP4Document
type uint
size long
start long
return System.Collections.Generic
        public AtomUDTA(MP4Document document, uint type, long size, long start) : base(document, type, size, start)
        {
        }