Class PCMSettingsDialog
PCM settings dialog.
Inheritance
PCMSettingsDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WinForms.Dialogs.OutputFormats
Assembly: VisioForge.Core.dll
Syntax
public class PCMSettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
PCMSettingsDialog(string[])
Initializes a new instance of the PCMSettingsDialog class.
Declaration
public PCMSettingsDialog(string[] audioCodecs)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | audioCodecs | Audio codecs. |
PCMSettingsDialog(VideoCaptureCore)
Initializes a new instance of the PCMSettingsDialog class.
Declaration
public PCMSettingsDialog(VideoCaptureCore core)
Parameters
| Type | Name | Description |
|---|---|---|
| VideoCaptureCore | core | The core. |
PCMSettingsDialog(VideoEditCore)
Initializes a new instance of the PCMSettingsDialog class.
Declaration
public PCMSettingsDialog(VideoEditCore core)
Parameters
| Type | Name | Description |
|---|---|---|
| VideoEditCore | core | The core. |
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(ACMOutput)
Loads settings.
Declaration
public void LoadSettings(ACMOutput acmOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| ACMOutput | acmOutput | Output. |
SaveSettings(ref ACMOutput)
Saves settings.
Declaration
public void SaveSettings(ref ACMOutput acmOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| ACMOutput | acmOutput | Output. |