C# Class SwfDotNet.IO.Tags.FlvVideoTag

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

Méthodes publiques

Méthode Description
FlvVideoTag ( ) : System

Creates a new FlvVideoTag instance.

ReadData ( byte version, BufferedBinaryReader binaryReader ) : void

Reads the data.

UpdateData ( byte version ) : void

Updates the data.

Method Details

FlvVideoTag() public méthode

Creates a new FlvVideoTag instance.
public FlvVideoTag ( ) : 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