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

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

Méthodes publiques

Méthode Description
AtomDATA ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
Hierarchy ( int indent ) : string
Read ( ) : void

Method Details

AtomDATA() public méthode

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

Hierarchy() public méthode

public Hierarchy ( int indent ) : string
indent int
Résultat string

Read() public méthode

public Read ( ) : void
Résultat void