C# Class SwfDotNet.IO.Tags.FlvBaseTag

FlvBaseTag.
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Protected Properties

Свойство Type Description
dataSize uint
tagType FlvTagCodeEnum
timeStamp uint

Méthodes publiques

Méthode Description
FlvBaseTag ( ) : System

Creates a new FlvBaseTag instance.

ReadData ( byte version, BufferedBinaryReader binaryReader ) : void

Reads the data.

UpdateData ( byte version ) : void

Updates the data.

Method Details

FlvBaseTag() public méthode

Creates a new FlvBaseTag instance.
public FlvBaseTag ( ) : System
Résultat System

ReadData() public méthode

Reads the data.
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte Version.
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
Résultat void

UpdateData() public méthode

Updates the data.
public UpdateData ( byte version ) : void
version byte Version.
Résultat void

Property Details

dataSize protected_oe property

Size of the tag
protected uint dataSize
Résultat uint

tagType protected_oe property

Tag type
protected FlvTagCodeEnum tagType
Résultat FlvTagCodeEnum

timeStamp protected_oe property

Timestamp
protected uint timeStamp
Résultat uint