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

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

Méthodes publiques

Свойство Type Description
Flags byte[]
Version byte

Méthodes publiques

Méthode Description
Read ( ) : void
ReadData ( ) : void

Méthodes protégées

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

Method Details

Read() public méthode

public Read ( ) : void
Résultat void

ReadData() public abstract méthode

public abstract ReadData ( ) : void
Résultat void

VersionedBoxAtom() protected méthode

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

VersionedBoxAtom() protected méthode

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

Property Details

Flags public_oe property

public byte[] Flags
Résultat byte[]

Version public_oe property

public byte Version
Résultat byte