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

Inheritance: HeaderAtom
ファイルを表示 Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
Language string
TimeScale uint

Public Methods

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

Method Details

AtomMdhd() public method

public AtomMdhd ( )

AtomMdhd() public method

public AtomMdhd ( MP4Document document, uint type, long size, long start )
document MP4Document
type uint
size long
start long

ReadData() public method

public ReadData ( ) : void
return void

Property Details

Language public_oe property

public string Language
return string

TimeScale public_oe property

public uint TimeScale
return uint