Class MP3SettingsDialog
- Assembly
- VisioForge.Core.dll
MP3 settings dialog.
public class MP3SettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControlInheritance
Implements
Inherited Members
Extension Methods
Constructors
MP3SettingsDialog()
Initializes a new instance of the VisioForge.Core.UI.WinForms.Dialogs.OutputFormats.MP3SettingsDialog class.
public MP3SettingsDialog()Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)Parameters
disposingbool-
true if managed resources should be disposed; otherwise, false.
LoadSettings(MP3Output)
Loads settings.
public void LoadSettings(MP3Output mp3Output)Parameters
mp3OutputMP3Output-
Output.
Exceptions
- ArgumentOutOfRangeException
-
ArgumentOutOfRangeException.
SaveSettings(ref MP3Output)
Saves settings.
public void SaveSettings(ref MP3Output mp3Output)Parameters
mp3OutputMP3Output-
Output.