Class FLVSinkSettings
FLV sink settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.Sinks
Assembly: VisioForge.Core.dll
Syntax
public class FLVSinkSettings
Constructors
FLVSinkSettings()
Initializes a new instance of the FLVSinkSettings class.
Declaration
public FLVSinkSettings()
FLVSinkSettings(string)
Initializes a new instance of the FLVSinkSettings class.
Declaration
public FLVSinkSettings(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | The filename. |
Properties
Filename
Gets or sets the filename.
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
string | The filename. |