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

Inheritance: VersionedAtom
Datei anzeigen Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
Duration uint
Matrix System.Matrix
NextTrackId uint
TimeScale uint

Public Methods

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

Method Details

AtomMVHD() public method

public AtomMVHD ( ) : System
return System

AtomMVHD() public method

public AtomMVHD ( MP4Document document, uint type, long size, long start ) : System
document MP4Document
type uint
size long
start long
return System

ReadData() public method

public ReadData ( ) : void
return void

Property Details

Duration public_oe property

public uint Duration
return uint

Matrix public_oe property

public Matrix,System Matrix
return System.Matrix

NextTrackId public_oe property

public uint NextTrackId
return uint

TimeScale public_oe property

public uint TimeScale
return uint