| DesktopCapture Class |
Namespace: StreamCoders.Devices
The DesktopCapture type exposes the following members.
| Name | Description | |
|---|---|---|
| DesktopCapture | Initializes a new instance of the DesktopCapture class |
| Name | Description | |
|---|---|---|
| SelectedDevice | (Inherited from CaptureDevice.) | |
| SelectedFormat | (Inherited from CaptureDevice.) |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the DesktopCapture | |
| GetDeviceList |
Retrieves a String readable list of all available and compatible Capture Devices on the
System.
| |
| GetFrame |
Captures the next frame from the desktop.
(Overrides CaptureDeviceGetFrame.) | |
| GetNextFrameTo |
Captures the next frame from the desktop and stores it in an already created buffer.
| |
| Init | ||
| SelectCaptureDeviceFormat |
Select metrics for a previously selected device.
| |
| SelectDevice |
Selects a capture device to be used and returns metrics of that device.
|
| Name | Description | |
|---|---|---|
| OnAccessLost |
| Name | Description | |
|---|---|---|
| Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
| Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |
This class can currently only be used on Windows 8+ platforms.