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

Inheritance: BoxAtom
Datei anzeigen Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
Trafs AtomTRAF>.Dictionary

Public Methods

Method Description
AtomCreated ( BaseAtom atom ) : void
AtomMOOF ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic

Method Details

AtomCreated() public method

public AtomCreated ( BaseAtom atom ) : void
atom BaseAtom
return void

AtomMOOF() public method

public AtomMOOF ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
document MP4Document
type uint
size long
start long
return System.Collections.Generic

Property Details

Trafs public_oe property

public Dictionary Trafs
return AtomTRAF>.Dictionary