Class WMVSettingsDialog
WMV settings dialog.
Inheritance
WMVSettingsDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WinForms.Dialogs.OutputFormats
Assembly: VisioForge.Core.dll
Syntax
public class WMVSettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
WMVSettingsDialog(IVideoCaptureCore)
Initializes a new instance of the WMVSettingsDialog class.
Declaration
public WMVSettingsDialog(IVideoCaptureCore core)
Parameters
| Type | Name | Description |
|---|---|---|
| IVideoCaptureCore | core | Core. |
WMVSettingsDialog(IVideoEditCore)
Initializes a new instance of the WMVSettingsDialog class.
Declaration
public WMVSettingsDialog(IVideoEditCore core)
Parameters
| Type | Name | Description |
|---|---|---|
| IVideoEditCore | core | Core. |
Properties
WMA
Gets or sets a value indicating whether WMA output is enabled.
Declaration
public bool WMA { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
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(WMAOutput)
Loads WMA settings.
Declaration
public void LoadSettings(WMAOutput wmaOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| WMAOutput | wmaOutput | WMA settings. |
SaveSettings(ref WMAOutput)
Fills WMA settings.
Declaration
public void SaveSettings(ref WMAOutput wmaOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| WMAOutput | wmaOutput | WMA settings. |
SaveSettings(ref WMVOutput)
Fills WMV settings.
Declaration
public void SaveSettings(ref WMVOutput wmvOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| WMVOutput | wmvOutput | WMV settings. |