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

Inheritance: BaseAtom
显示文件 Open project: langhuihui/csharprtmp

Public Properties

Property Type Description
Flags int
Version byte

Public Methods

Method Description
Hierarchy ( int indent ) : string
Read ( ) : void
ReadData ( ) : void
Write ( ) : void

Protected Methods

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

Method Details

Hierarchy() public method

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

Read() public method

public Read ( ) : void
return void

ReadData() public abstract method

public abstract ReadData ( ) : void
return void

VersionedAtom() protected method

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

VersionedAtom() protected method

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

Write() public method

public Write ( ) : void
return void

Property Details

Flags public_oe property

public int Flags
return int

Version public_oe property

public byte Version
return byte