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

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

Méthodes publiques

Свойство Type Description
Tracks List

Méthodes publiques

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

Method Details

AtomCreated() public méthode

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

AtomMOOV() public méthode

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

AtomMOOV() public méthode

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

Property Details

Tracks public_oe property

public List Tracks
Résultat List