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

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

Public Methods

Method Description
AtomCreated ( BaseAtom atom ) : void
AtomMetaField ( MP4Document document, uint type, long size, long start ) : CSharpRTMP.Common
Read ( ) : void

Method Details

AtomCreated() public method

public AtomCreated ( BaseAtom atom ) : void
atom BaseAtom
return void

AtomMetaField() public method

public AtomMetaField ( MP4Document document, uint type, long size, long start ) : CSharpRTMP.Common
document MP4Document
type uint
size long
start long
return CSharpRTMP.Common

Read() public method

public Read ( ) : void
return void