CSharpRTMP.Core.MediaFormats.mp4.boxes.AtomMVEX.AtomMVEX C# (CSharp) Méthode

AtomMVEX() public méthode

public AtomMVEX ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
document MP4Document
type uint
size long
start long
Résultat System.Collections.Generic
        public AtomMVEX(MP4Document document, uint type, long size, long start) : base(document, type, size, start)
        {
        }