Table of Contents

Class MP3SettingsDialog

Namespace
VisioForge.Core.UI.WinForms.Dialogs.OutputFormats
Assembly
VisioForge.Core.dll

MP3 settings dialog.

public class MP3SettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Inheritance

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

disposing bool

true if managed resources should be disposed; otherwise, false.

LoadSettings(MP3Output)

Loads settings.

public void LoadSettings(MP3Output mp3Output)

Parameters

mp3Output MP3Output

Output.

Exceptions

ArgumentOutOfRangeException

ArgumentOutOfRangeException.

SaveSettings(ref MP3Output)

Saves settings.

public void SaveSettings(ref MP3Output mp3Output)

Parameters

mp3Output MP3Output

Output.