Class MP3SettingsDialog
MP3 settings dialog.
Inheritance
MP3SettingsDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WinForms.Dialogs.OutputFormats
Assembly: VisioForge.Core.dll
Syntax
public class MP3SettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
MP3SettingsDialog()
Initializes a new instance of the MP3SettingsDialog class.
Declaration
public MP3SettingsDialog()
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(MP3Output)
Loads settings.
Declaration
public void LoadSettings(MP3Output mp3Output)
Parameters
| Type | Name | Description |
|---|---|---|
| MP3Output | mp3Output | Output. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | ArgumentOutOfRangeException. |
SaveSettings(ref MP3Output)
Saves settings.
Declaration
public void SaveSettings(ref MP3Output mp3Output)
Parameters
| Type | Name | Description |
|---|---|---|
| MP3Output | mp3Output | Output. |