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

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

Méthodes publiques

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

Method Details

AtomCreated() public méthode

public AtomCreated ( BaseAtom atom ) : void
atom BaseAtom
Résultat void

AtomMETA() public méthode

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

Read() public méthode

public Read ( ) : void
Résultat void

ReadData() public méthode

public ReadData ( ) : void
Résultat void