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

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

Public Methods

Method Description
AtomCreated ( BaseAtom atom ) : void
AtomMETA ( MP4Document document, uint type, long size, long start )
Read ( ) : void
ReadData ( ) : void

Method Details

AtomCreated() public method

public AtomCreated ( BaseAtom atom ) : void
atom BaseAtom
return void

AtomMETA() public method

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

Read() public method

public Read ( ) : void
return void

ReadData() public method

public ReadData ( ) : void
return void