Class VideoAudioCaptureSourceDialog
Interaction logic for VideoAudioCaptureSourceDialog.xaml.
Inheritance
VideoAudioCaptureSourceDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF.Dialogs.Sources
Assembly: VisioForge.Core.dll
Syntax
public class VideoAudioCaptureSourceDialog : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
VideoAudioCaptureSourceDialog()
Initializes a new instance of the VideoAudioCaptureSourceDialog class.
Declaration
public VideoAudioCaptureSourceDialog()
Properties
AudioCaptureDevice
Gets the audio capture device.
Declaration
public string AudioCaptureDevice { get; }
Property Value
| Type | Description |
|---|---|
| string | The audio capture device. |
AudioCaptureFormat
Gets the audio capture format.
Declaration
public string AudioCaptureFormat { get; }
Property Value
| Type | Description |
|---|---|
| string | The audio capture format. |
VideoCaptureDevice
Gets the video capture device.
Declaration
public string VideoCaptureDevice { get; }
Property Value
| Type | Description |
|---|---|
| string | The video capture device. |
VideoCaptureFormat
Gets the video capture format.
Declaration
public string VideoCaptureFormat { get; }
Property Value
| Type | Description |
|---|---|
| string | The video capture format. |
VideoFrameRate
Gets the video frame rate.
Declaration
public VideoFrameRate VideoFrameRate { get; }
Property Value
| Type | Description |
|---|---|
| VideoFrameRate | The video frame rate. |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()