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

Inheritance: VersionedAtom
Show file Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
Entries List

Public Methods

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

Method Details

AtomCO64() public method

public AtomCO64 ( 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 property

public List Entries
return List