C# Class CSharpRTMP.Core.MediaFormats.mp4.boxes.AtomMVHD

Inheritance: VersionedAtom
Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

Свойство Type Description
Duration uint
Matrix System.Matrix
NextTrackId uint
TimeScale uint

Méthodes publiques

Méthode Description
AtomMVHD ( ) : System
AtomMVHD ( MP4Document document, uint type, long size, long start ) : System
ReadData ( ) : void

Method Details

AtomMVHD() public méthode

public AtomMVHD ( ) : System
Résultat System

AtomMVHD() public méthode

public AtomMVHD ( MP4Document document, uint type, long size, long start ) : System
document MP4Document
type uint
size long
start long
Résultat System

ReadData() public méthode

public ReadData ( ) : void
Résultat void

Property Details

Duration public_oe property

public uint Duration
Résultat uint

Matrix public_oe property

public Matrix,System Matrix
Résultat System.Matrix

NextTrackId public_oe property

public uint NextTrackId
Résultat uint

TimeScale public_oe property

public uint TimeScale
Résultat uint