Class OutputSettings
Output settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.Output
Assembly: VisioForge.Core.dll
Syntax
public class OutputSettings
Properties
AudioEncoder
Gets or sets the audio encoder.
Declaration
public AudioEncoderShared AudioEncoder { get; set; }
Property Value
| Type | Description |
|---|---|
| AudioEncoderShared | The audio encoder. |
Sinks
Gets the sinks.
Declaration
public List<SinkShared> Sinks { get; }
Property Value
| Type | Description |
|---|---|
| List<SinkShared> | The sinks. |
TotalSize
Gets or sets the total size.
Declaration
public int TotalSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | The total size. |
VideoEncoder
Gets or sets the video encoder.
Declaration
public VideoEncoderShared VideoEncoder { get; set; }
Property Value
| Type | Description |
|---|---|
| VideoEncoderShared | The video encoder. |