C# Class SwfDotNet.IO.FlvWriter

FlvWriter.
Afficher le fichier Open project: bladecoding/SwfExport

Méthodes publiques

Méthode Description
FlvWriter ( Stream stream ) : System

Creates a new FlvWriter instance.

FlvWriter ( string fileName ) : System

Creates a new FlvWriter instance.

Method Details

FlvWriter() public méthode

Creates a new FlvWriter instance.
public FlvWriter ( Stream stream ) : System
stream Stream Stream.
Résultat System

FlvWriter() public méthode

Creates a new FlvWriter instance.
public FlvWriter ( string fileName ) : System
fileName string Name of the file.
Résultat System