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

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

Public Properties

Property Type Description
Entries List

Public Methods

Method Description
AtomSTCO ( ) : System.Collections.Generic
AtomSTCO ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
ReadData ( ) : void

Method Details

AtomSTCO() public method

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

AtomSTCO() public method

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

ReadData() public method

public ReadData ( ) : void
return void

Property Details

Entries public_oe property

public List Entries
return List