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

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

Méthodes publiques

Méthode Description
AtomCreated ( BaseAtom atom ) : void
AtomMetaField ( MP4Document document, uint type, long size, long start ) : CSharpRTMP.Common
Read ( ) : void

Method Details

AtomCreated() public méthode

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

AtomMetaField() public méthode

public AtomMetaField ( MP4Document document, uint type, long size, long start ) : CSharpRTMP.Common
document MP4Document
type uint
size long
start long
Résultat CSharpRTMP.Common

Read() public méthode

public Read ( ) : void
Résultat void