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

Inheritance: VersionedAtom
Exibir arquivo Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
Entries List

Public Methods

Method Description
AtomELST ( ) : System
AtomELST ( MP4Document document, uint type, long size, long start ) : System
ReadData ( ) : void

Method Details

AtomELST() public method

public AtomELST ( ) : System
return System

AtomELST() public method

public AtomELST ( MP4Document document, uint type, long size, long start ) : System
document MP4Document
type uint
size long
start long
return System

ReadData() public method

public ReadData ( ) : void
return void

Property Details

Entries public_oe property

public List Entries
return List