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

Inheritance: BoxAtom
显示文件 Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
Tracks List

Public Methods

Method 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 method

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

AtomMOOV() public method

public AtomMOOV ( ) : System.Collections.Generic
return System.Collections.Generic

AtomMOOV() public method

public AtomMOOV ( 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

Tracks public_oe property

public List Tracks
return List