C# Class SwfDotNet.IO.FlvWriter

FlvWriter.
Datei anzeigen Open project: bladecoding/SwfExport

Public Methods

Method Description
FlvWriter ( Stream stream ) : System

Creates a new FlvWriter instance.

FlvWriter ( string fileName ) : System

Creates a new FlvWriter instance.

Method Details

FlvWriter() public method

Creates a new FlvWriter instance.
public FlvWriter ( Stream stream ) : System
stream Stream Stream.
return System

FlvWriter() public method

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