Class SpeexSettingsDialog
Speex settings dialog.
Inheritance
SpeexSettingsDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WinForms.Dialogs.OutputFormats
Assembly: VisioForge.Core.dll
Syntax
public class SpeexSettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
SpeexSettingsDialog()
Initializes a new instance of the SpeexSettingsDialog class.
Declaration
public SpeexSettingsDialog()
Methods
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
LoadSettings(SpeexOutput)
Loads settings.
Declaration
public void LoadSettings(SpeexOutput speexOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| SpeexOutput | speexOutput | Output. |
SaveSettings(ref SpeexOutput)
Saves setings.
Declaration
public void SaveSettings(ref SpeexOutput speexOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| SpeexOutput | speexOutput | Output. |