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

Inheritance: BaseAtom, IBoxContainer
Show file Open project: langhuihui/csharprtmp

Public Methods

Method Description
AddAtom ( BaseAtom atom ) : void
AtomCreated ( BaseAtom atom ) : void
GetPath ( List path ) : IEnumerable
Hierarchy ( int indent ) : string
Read ( ) : void
Write ( ) : void

Protected Methods

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

Method Details

AddAtom() public method

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

AtomCreated() public method

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

BoxAtom() protected method

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

BoxAtom() protected method

protected BoxAtom ( uint type ) : System.Collections.Generic
type uint
return System.Collections.Generic

GetPath() public method

public GetPath ( List path ) : IEnumerable
path List
return IEnumerable

Hierarchy() public method

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

Read() public method

public Read ( ) : void
return void

Write() public method

public Write ( ) : void
return void