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

Inheritance: BaseAtom
Afficher le fichier Open project: langhuihui/csharprtmp

Méthodes publiques

Свойство Type Description
Flags int
Version byte

Méthodes publiques

Méthode Description
Hierarchy ( int indent ) : string
Read ( ) : void
ReadData ( ) : void
Write ( ) : void

Méthodes protégées

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

Method Details

Hierarchy() public méthode

public Hierarchy ( int indent ) : string
indent int
Résultat string

Read() public méthode

public Read ( ) : void
Résultat void

ReadData() public abstract méthode

public abstract ReadData ( ) : void
Résultat void

VersionedAtom() protected méthode

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

VersionedAtom() protected méthode

protected VersionedAtom ( uint type ) : System.Collections.Generic
type uint
Résultat System.Collections.Generic

Write() public méthode

public Write ( ) : void
Résultat void

Property Details

Flags public_oe property

public int Flags
Résultat int

Version public_oe property

public byte Version
Résultat byte