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

AtomMOOV() public method

public AtomMOOV ( ) : System.Collections.Generic
return System.Collections.Generic
        public AtomMOOV() : base(MOOV)
        {
            
        }
        public override void AtomCreated(BaseAtom atom)

Same methods

AtomMOOV::AtomMOOV ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic