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

Inheritance: BoxAtom
Datei anzeigen Open project: langhuihui/csharprtmp

Public Properties

Property Type Description
Flags byte[]
Version byte

Public Methods

Method Description
Read ( ) : void
ReadData ( ) : void

Protected Methods

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

Method Details

Read() public method

public Read ( ) : void
return void

ReadData() public abstract method

public abstract ReadData ( ) : void
return void

VersionedBoxAtom() protected method

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

VersionedBoxAtom() protected method

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

Property Details

Flags public_oe property

public byte[] Flags
return byte[]

Version public_oe property

public byte Version
return byte