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

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

Public Properties

Property Type Description
ExtraDataLength uint
ExtraDataStart long

Public Methods

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

Method Details

AtomESDS() public method

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

ExtraDataLength public_oe property

public uint ExtraDataLength
return uint

ExtraDataStart public_oe property

public long ExtraDataStart
return long