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

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

Méthodes publiques

Méthode Description
AtomCreated ( BaseAtom atom ) : void
AtomDREF ( ) : System.Collections.Generic
AtomDREF ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
ReadData ( ) : void

Method Details

AtomCreated() public méthode

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

AtomDREF() public méthode

public AtomDREF ( ) : System.Collections.Generic
Résultat System.Collections.Generic

AtomDREF() public méthode

public AtomDREF ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
document MP4Document
type uint
size long
start long
Résultat System.Collections.Generic

ReadData() public méthode

public ReadData ( ) : void
Résultat void