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

Inheritance: BaseAtom, IBoxContainer
Afficher le fichier Open project: langhuihui/csharprtmp

Méthodes publiques

Méthode Description
AddAtom ( BaseAtom atom ) : void
AtomCreated ( BaseAtom atom ) : void
GetPath ( List path ) : IEnumerable
Hierarchy ( int indent ) : string
Read ( ) : void
Write ( ) : void

Méthodes protégées

Méthode Description
BoxAtom ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
BoxAtom ( uint type ) : System.Collections.Generic

Method Details

AddAtom() public méthode

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

AtomCreated() public méthode

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

BoxAtom() protected méthode

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

BoxAtom() protected méthode

protected BoxAtom ( uint type ) : System.Collections.Generic
type uint
Résultat System.Collections.Generic

GetPath() public méthode

public GetPath ( List path ) : IEnumerable
path List
Résultat IEnumerable

Hierarchy() public méthode

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

Read() public méthode

public Read ( ) : void
Résultat void

Write() public méthode

public Write ( ) : void
Résultat void