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

Datei anzeigen Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
Document MP4Document

Private Properties

Property Type Description

Public Methods

Method Description
GetPath ( ) : IEnumerable
GetPath ( List path ) : IEnumerable
GetSize ( ) : long
Hierarchy ( int indent ) : string
Read ( ) : void
ReadString ( int l ) : string
Write ( ) : void

Protected Methods

Method Description
BaseAtom ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
BaseAtom ( uint type ) : System.Collections.Generic
SkipRead ( bool issueWarn ) : bool

Method Details

BaseAtom() protected method

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

BaseAtom() protected method

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

GetPath() public method

public GetPath ( ) : IEnumerable
return IEnumerable

GetPath() public method

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

GetSize() public method

public GetSize ( ) : long
return long

Hierarchy() public abstract method

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

Read() public abstract method

public abstract Read ( ) : void
return void

ReadString() public method

public ReadString ( int l ) : string
l int
return string

SkipRead() protected method

protected SkipRead ( bool issueWarn ) : bool
issueWarn bool
return bool

Write() public method

public Write ( ) : void
return void

Property Details

Document public_oe property

public MP4Document Document
return MP4Document