Interface IXBaseOutput
Base output interface.
Namespace: VisioForge.Core.Types.X.Output
Assembly: VisioForge.Core.dll
Syntax
public interface IXBaseOutput
Methods
GetAudioEncoders()
Gets the audio encoders.
Declaration
Tuple<string, Type>[] GetAudioEncoders()
Returns
| Type | Description |
|---|---|
| Tuple<string, Type>[] | Tuple<System.String, Type>[]. |
GetFilename()
Gets the filename.
Declaration
string GetFilename()
Returns
| Type | Description |
|---|---|
| string | System.String. |
GetVideoEncoders()
Gets the video encoders.
Declaration
Tuple<string, Type>[] GetVideoEncoders()
Returns
| Type | Description |
|---|---|
| Tuple<string, Type>[] | Tuple<System.String, Type>[]. |
SetFilename(string)
Sets the filename.
Declaration
void SetFilename(string filename)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filename | The filename. |