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

Inheritance: BaseAtom
Datei anzeigen Open project: langhuihui/csharprtmp

Public Properties

Property Type Description
DataOffset uint

Public Methods

Method Description
AtomMDAT ( MP4Document document, uint type, long size, long start ) : System
AtomMDAT ( Movie document, int[]>.Dictionary chunks, long contentSize ) : System
Hierarchy ( int indent ) : string
Read ( ) : void

Method Details

AtomMDAT() public method

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

AtomMDAT() public method

public AtomMDAT ( Movie document, int[]>.Dictionary chunks, long contentSize ) : System
document Movie
chunks int[]>.Dictionary
contentSize long
return System

Hierarchy() public method

public Hierarchy ( int indent ) : string
indent int
return string

Read() public method

public Read ( ) : void
return void

Property Details

DataOffset public_oe property

public uint DataOffset
return uint