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