LibMWCapture
3.3.1
LibMWCapture Documentation
|
#include <stdint.h>
#include "MWUSBCaptureExtension.h"
Go to the source code of this file.
Macros | |
#define | LIBMWCAPTURE_API |
Functions | |
MW_RESULT LIBMWCAPTURE_API | MWUSBRegisterHotPlug (LPFN_HOT_PLUG_CALLBACK lpfnCallback, void *pParam) |
Registers notification event of device hot plug. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBUnRegisterHotPlug () |
UnRegister notification event of device hot plug. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetNotifyEnable (HUSBCHANNEL hChannel, MWCAP_NOTIFY_ENABLE *pNotify) |
Registers notification. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetNotifyStatus (HUSBCHANNEL hChannel, uint64_t *pullStatusBit) |
Get the notify status. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetFirmwareErase (HUSBCHANNEL hChannel, uint32_t cbOffset, uint32_t cbErase) |
Erases the firmware data. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetFirmwareReadAddress (HUSBCHANNEL hChannel, uint32_t *pdwAddress) |
Get the firmware data address. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetEDIDLoopThrough (HUSBCHANNEL hChannel, char *pbyEDID, uint32_t *pcbEDID) |
Get the loop through EDID. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetLoopThroughValid (HUSBCHANNEL hChannel, bool_t *pbValid) |
Get the valid flag of the loopthrough. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetAudioVolume (HUSBCHANNEL hChannel, MWCAP_USB_AUDIO_NODE audioNode, MWCAP_AUDIO_VOLUME *pVolume) |
Get the volume value of the USB audio device. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetAudioVolume (HUSBCHANNEL hChannel, MWCAP_USB_AUDIO_NODE audioNode, MWCAP_AUDIO_VOLUME *pVolume) |
Set the volume value to the usb audio device. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetVideoCaptureConnectionFormat (HUSBCHANNEL hChannel, MWCAP_VIDEO_CONNECTION_FORMAT *pConnFormat) |
Get the capture format related parameters of the video capture device. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetVideoCaptureProcessSettings (HUSBCHANNEL hChannel, MWCAP_VIDEO_PROCESS_SETTINGS *pProcSettings) |
Get the default settings of the video capture device. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetVideoCaptureProcessSettings (HUSBCHANNEL hChannel, MWCAP_VIDEO_PROCESS_SETTINGS *pProcSettings) |
Set the default video capture format. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetVideoOutputFOURCC (HUSBCHANNEL hChannel, MWCAP_VIDEO_OUTPUT_FOURCC *pOutputFourCC) |
Get output formate supported by the video capture device. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetVideoOutputFOURCC (HUSBCHANNEL hChannel, MWCAP_VIDEO_OUTPUT_FOURCC *pOutputFourCC) |
Set output format of the video capture device. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetVideoOutputFrameSize (HUSBCHANNEL hChannel, MWCAP_VIDEO_OUTPUT_FRAME_SIZE *pFrameSize) |
Get output frame size. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetVideoOutputFrameSize (HUSBCHANNEL hChannel, MWCAP_VIDEO_OUTPUT_FRAME_SIZE *pFrameSize) |
Set output frame size. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetVideoOutputFrameInterval (HUSBCHANNEL hChannel, MWCAP_VIDEO_OUTPUT_FRAME_INTERVAL *pFrameInterval) |
Get output frame rate. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetVideoOutputFrameInterval (HUSBCHANNEL hChannel, MWCAP_VIDEO_OUTPUT_FRAME_INTERVAL *pFrameInterval) |
Set output frame rate. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetStatusImageMode (HUSBCHANNEL hChannel, MWCAP_STATUS_IMAGE_MODE *pImageMode) |
Get the image mode status. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetStatusImageMode (HUSBCHANNEL hChannel, MWCAP_STATUS_IMAGE_MODE *pImageMode) |
Set the image mode status. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetDeviceNameMode (HUSBCHANNEL hChannel, MWCAP_DEVICE_NAME_MODE *pNameMode) |
Get the value of device name mode. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetDeviceNameMode (HUSBCHANNEL hChannel, MWCAP_DEVICE_NAME_MODE *pNameMode) |
Set device name mode. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSaveOptions (HUSBCHANNEL hChannel) |
Save the options to the capture device. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBLoadOptions (HUSBCHANNEL hChannel) |
Load the settings to the capture device. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBResetOptions (HUSBCHANNEL hChannel) |
Reset the settings to the capture device. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetVideoAutoHAlign (HUSBCHANNEL hChannel, bool_t *pbAutoHAlign) |
Get whether video is horizontally aligned. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetVideoAutoHAlign (HUSBCHANNEL hChannel, bool_t pbAutoHAlign) |
Set video horizontal alignment. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetVideoSamplingPhase (HUSBCHANNEL hChannel, uint8_t *puSamplingPhase) |
Get video sampling phase. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetVideoSamplingPhase (HUSBCHANNEL hChannel, uint8_t *puSamplingPhase) |
Set video sampling phase. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetVideoSamplingPhaseAutoAdjust (HUSBCHANNEL hChannel, bool_t *pbAutoSamplingPhase) |
Get whether video sampling phase is auto adjusted. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetVideoSamplingPhaseAutoAdjust (HUSBCHANNEL hChannel, bool_t *pbAutoSamplingPhase) |
Set video sampling phase auto adjust. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetVideoTiming (HUSBCHANNEL hChannel, MWCAP_VIDEO_TIMING *pTiming) |
Set default video timing. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetPreferredVideoTimings (HUSBCHANNEL hChannel, MWCAP_VIDEO_TIMING_ARRAY *paTimings) |
Get video preferred timings. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetCustomVideoTimings (HUSBCHANNEL hChannel, MWCAP_VIDEO_CUSTOM_TIMING_ARRAY *paCustomTimings) |
Get customize video timing array. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetCustomVideoTimings (HUSBCHANNEL hChannel, MWCAP_VIDEO_CUSTOM_TIMING_ARRAY *paCustomTimings) |
Set customize video timing array. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetCustomVideoTiming (HUSBCHANNEL hChannel, MWCAP_VIDEO_CUSTOM_TIMING *pCustomTiming) |
Set customize video timing. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetCustomVideoResolutions (HUSBCHANNEL hChannel, MWCAP_VIDEO_CUSTOM_RESOLUTION_ARRAY *paCustomResolutions) |
Get customize video resolutions. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetCustomVideoResolutions (HUSBCHANNEL hChannel, MWCAP_VIDEO_CUSTOM_RESOLUTION_ARRAY *paCustomResolutions) |
Set customize video resolutions. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetExtensionSupported (HUSBCHANNEL hChannel, uint32_t *pdwFlag) |
Get extended support. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetInputSourceScanState (HUSBCHANNEL hChannel, bool_t *pbScanning) |
Obtains the scan state of input source. More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBGetEDIDMode (HUSBCHANNEL hChannel, MWCAP_EDID_MODE *pMode) |
get current edid mode More... | |
MW_RESULT LIBMWCAPTURE_API | MWUSBSetEDIDMode (HUSBCHANNEL hChannel, MWCAP_EDID_MODE mode) |
set the edid mode More... | |
#define LIBMWCAPTURE_API |
Definition at line 37 of file MWUSBCapture.h.
MW_RESULT LIBMWCAPTURE_API MWUSBGetAudioVolume | ( | HUSBCHANNEL | hChannel, |
MWCAP_USB_AUDIO_NODE | audioNode, | ||
MWCAP_AUDIO_VOLUME * | pVolume | ||
) |
Get the volume value of the USB audio device.
[in] | hChannel | Input the opened channel handle |
[in] | audioNode | The type of audio device |
[out] | pVolume | The volume value |
MW_RESULT LIBMWCAPTURE_API MWUSBGetCustomVideoResolutions | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_CUSTOM_RESOLUTION_ARRAY * | paCustomResolutions | ||
) |
Get customize video resolutions.
[in] | hChannel | Input the opened channel handle |
[out] | paCustomResolutions | The customize resolutions of the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBGetCustomVideoTimings | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_CUSTOM_TIMING_ARRAY * | paCustomTimings | ||
) |
Get customize video timing array.
[in] | hChannel | Input the opened channel handle |
[out] | paCustomTimings | The customize video timing of the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBGetDeviceNameMode | ( | HUSBCHANNEL | hChannel, |
MWCAP_DEVICE_NAME_MODE * | pNameMode | ||
) |
Get the value of device name mode.
[in] | hChannel | Input the opened channel handle |
[out] | pNameMode | Output the value of the capture device device name mode |
MW_RESULT LIBMWCAPTURE_API MWUSBGetEDIDLoopThrough | ( | HUSBCHANNEL | hChannel, |
char * | pbyEDID, | ||
uint32_t * | pcbEDID | ||
) |
Get the loop through EDID.
[in] | hChannel | Input the opened channel handle |
[out] | pbyEDID | The buffer address to save edid value |
[out] | pcbEDID | The size of edid data that have been read |
MW_RESULT LIBMWCAPTURE_API MWUSBGetEDIDMode | ( | HUSBCHANNEL | hChannel, |
MWCAP_EDID_MODE * | pMode | ||
) |
get current edid mode
[in] | hChannel | Input the opened channel handle |
[out] | pMode | the edid mode of device |
MW_RESULT LIBMWCAPTURE_API MWUSBGetExtensionSupported | ( | HUSBCHANNEL | hChannel, |
uint32_t * | pdwFlag | ||
) |
Get extended support.
[in] | hChannel | Input the opened channel handle |
[out] | pdwFlag | The extended supported flag of the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBGetFirmwareReadAddress | ( | HUSBCHANNEL | hChannel, |
uint32_t * | pdwAddress | ||
) |
Get the firmware data address.
[in] | hChannel | Input the opened channel handle |
[out] | pdwAddress | The address of the firmware data that has been read |
MW_RESULT LIBMWCAPTURE_API MWUSBGetInputSourceScanState | ( | HUSBCHANNEL | hChannel, |
bool_t * | pbScanning | ||
) |
Obtains the scan state of input source.
[in] | hChannel | Input the opened channel handle |
[out] | pbScanning | scan state of input source |
MW_RESULT LIBMWCAPTURE_API MWUSBGetLoopThroughValid | ( | HUSBCHANNEL | hChannel, |
bool_t * | pbValid | ||
) |
Get the valid flag of the loopthrough.
[in] | hChannel | Input the opened channel handle |
[out] | pbValid | The valid flag of loopthrough |
MW_RESULT LIBMWCAPTURE_API MWUSBGetNotifyStatus | ( | HUSBCHANNEL | hChannel, |
uint64_t * | pullStatusBit | ||
) |
Get the notify status.
[in] | hChannel | Input the opened channel handle |
[out] | pullStatusBit | The flag bits of notification |
MW_RESULT LIBMWCAPTURE_API MWUSBGetPreferredVideoTimings | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_TIMING_ARRAY * | paTimings | ||
) |
Get video preferred timings.
[in] | hChannel | Input the opened channel handle |
[out] | paTimings | The preferred video timing of the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBGetStatusImageMode | ( | HUSBCHANNEL | hChannel, |
MWCAP_STATUS_IMAGE_MODE * | pImageMode | ||
) |
Get the image mode status.
[in] | hChannel | Input the opened channel handle |
[out] | pImageMode | The image mode of the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBGetVideoAutoHAlign | ( | HUSBCHANNEL | hChannel, |
bool_t * | pbAutoHAlign | ||
) |
Get whether video is horizontally aligned.
[in] | hChannel | Input the opened channel handle |
[out] | pbAutoHAlign | The flag auto align horizontally |
MW_RESULT LIBMWCAPTURE_API MWUSBGetVideoCaptureConnectionFormat | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_CONNECTION_FORMAT * | pConnFormat | ||
) |
Get the capture format related parameters of the video capture device.
[in] | hChannel | Input the opened channel handle |
[out] | pConnFormat | The video connection format information |
MW_RESULT LIBMWCAPTURE_API MWUSBGetVideoCaptureProcessSettings | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_PROCESS_SETTINGS * | pProcSettings | ||
) |
Get the default settings of the video capture device.
[in] | hChannel | Input the opened channel handle |
[out] | pProcSettings | Output the video process settings |
MW_RESULT LIBMWCAPTURE_API MWUSBGetVideoOutputFOURCC | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_OUTPUT_FOURCC * | pOutputFourCC | ||
) |
Get output formate supported by the video capture device.
[in] | hChannel | Input the opened channel handle |
[out] | pOutputFourCC | The output color space format supported |
MW_RESULT LIBMWCAPTURE_API MWUSBGetVideoOutputFrameInterval | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_OUTPUT_FRAME_INTERVAL * | pFrameInterval | ||
) |
Get output frame rate.
[in] | hChannel | Input the opened channel handle |
[out] | pFrameInterval | The video output frame interval supported |
MW_RESULT LIBMWCAPTURE_API MWUSBGetVideoOutputFrameSize | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_OUTPUT_FRAME_SIZE * | pFrameSize | ||
) |
Get output frame size.
[in] | hChannel | Input the opened channel handle |
[out] | pFrameSize | The output frame size supported |
MW_RESULT LIBMWCAPTURE_API MWUSBGetVideoSamplingPhase | ( | HUSBCHANNEL | hChannel, |
uint8_t * | puSamplingPhase | ||
) |
Get video sampling phase.
[in] | hChannel | Input the opened channel handle |
[out] | puSamplingPhase | The value of the sampling phase of the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBGetVideoSamplingPhaseAutoAdjust | ( | HUSBCHANNEL | hChannel, |
bool_t * | pbAutoSamplingPhase | ||
) |
Get whether video sampling phase is auto adjusted.
[in] | hChannel | Input the opened channel handle |
[out] | pbAutoSamplingPhase | The automatic adjustment flag of the sample phase |
MW_RESULT LIBMWCAPTURE_API MWUSBLoadOptions | ( | HUSBCHANNEL | hChannel | ) |
Load the settings to the capture device.
[in] | hChannel | Input the opened channel handle |
MW_RESULT LIBMWCAPTURE_API MWUSBRegisterHotPlug | ( | LPFN_HOT_PLUG_CALLBACK | lpfnCallback, |
void * | pParam | ||
) |
Registers notification event of device hot plug.
[in] | lpfnCallback | callback function of device hot plug notification |
MW_RESULT LIBMWCAPTURE_API MWUSBResetOptions | ( | HUSBCHANNEL | hChannel | ) |
Reset the settings to the capture device.
[in] | hChannel | Input the opened channel handle |
MW_RESULT LIBMWCAPTURE_API MWUSBSaveOptions | ( | HUSBCHANNEL | hChannel | ) |
Save the options to the capture device.
[in] | hChannel | Input the opened channel handle |
MW_RESULT LIBMWCAPTURE_API MWUSBSetAudioVolume | ( | HUSBCHANNEL | hChannel, |
MWCAP_USB_AUDIO_NODE | audioNode, | ||
MWCAP_AUDIO_VOLUME * | pVolume | ||
) |
Set the volume value to the usb audio device.
[in] | hChannel | Input the opened channel handle |
[in] | audioNode | The type of audio device |
[in] | pVolume | Set volume value |
MW_RESULT LIBMWCAPTURE_API MWUSBSetCustomVideoResolutions | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_CUSTOM_RESOLUTION_ARRAY * | paCustomResolutions | ||
) |
Set customize video resolutions.
[in] | hChannel | Input the opened channel handle |
[in] | paCustomResolutions | The customize resolutions set to the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBSetCustomVideoTiming | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_CUSTOM_TIMING * | pCustomTiming | ||
) |
Set customize video timing.
[in] | hChannel | Input the opened channel handle |
[in] | pCustomTiming | The customize video timing set to the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBSetCustomVideoTimings | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_CUSTOM_TIMING_ARRAY * | paCustomTimings | ||
) |
Set customize video timing array.
[in] | hChannel | Input the opened channel handle |
[in] | paCustomTimings | The customize video timing set to the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBSetDeviceNameMode | ( | HUSBCHANNEL | hChannel, |
MWCAP_DEVICE_NAME_MODE * | pNameMode | ||
) |
Set device name mode.
[in] | hChannel | Input the opened channel handle |
[in] | pNameMode | The name mode set to the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBSetEDIDMode | ( | HUSBCHANNEL | hChannel, |
MWCAP_EDID_MODE | mode | ||
) |
set the edid mode
[in] | hChannel | Input the opened channel handle |
[out] | mode | the edid mode set to device |
MW_RESULT LIBMWCAPTURE_API MWUSBSetFirmwareErase | ( | HUSBCHANNEL | hChannel, |
uint32_t | cbOffset, | ||
uint32_t | cbErase | ||
) |
Erases the firmware data.
[in] | hChannel | Input the opened channel handle |
[in] | cbOffset | The offset of address erased |
[in] | cbErase | The size of the data erased |
MW_RESULT LIBMWCAPTURE_API MWUSBSetNotifyEnable | ( | HUSBCHANNEL | hChannel, |
MWCAP_NOTIFY_ENABLE * | pNotify | ||
) |
Registers notification.
[in] | hChannel | Input the opened channel handle |
[in] | pNotify | Notification type |
MW_RESULT LIBMWCAPTURE_API MWUSBSetStatusImageMode | ( | HUSBCHANNEL | hChannel, |
MWCAP_STATUS_IMAGE_MODE * | pImageMode | ||
) |
Set the image mode status.
[in] | hChannel | Input the opened channel handle |
[in] | pImageMode | The value of image mode set to the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBSetVideoAutoHAlign | ( | HUSBCHANNEL | hChannel, |
bool_t | pbAutoHAlign | ||
) |
Set video horizontal alignment.
[in] | hChannel | Input the opened channel handle |
[out] | pbAutoHAlign | The flag of the auto horizontal aligned set to the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBSetVideoCaptureProcessSettings | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_PROCESS_SETTINGS * | pProcSettings | ||
) |
Set the default video capture format.
[in] | hChannel | Input the opened channel handle |
[in] | pProcSettings | The video process settings information |
MW_RESULT LIBMWCAPTURE_API MWUSBSetVideoOutputFOURCC | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_OUTPUT_FOURCC * | pOutputFourCC | ||
) |
Set output format of the video capture device.
[in] | hChannel | Input the opened channel handle |
[in] | pOutputFourCC | The value of output format set to the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBSetVideoOutputFrameInterval | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_OUTPUT_FRAME_INTERVAL * | pFrameInterval | ||
) |
Set output frame rate.
[in] | hChannel | Input the opened channel handle |
[in] | pFrameInterval | The value of output frame interval set to the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBSetVideoOutputFrameSize | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_OUTPUT_FRAME_SIZE * | pFrameSize | ||
) |
Set output frame size.
[in] | hChannel | Input the opened channel handle |
[in] | pFrameSize | The value of output frame size set to the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBSetVideoSamplingPhase | ( | HUSBCHANNEL | hChannel, |
uint8_t * | puSamplingPhase | ||
) |
Set video sampling phase.
[in] | hChannel | Input the opened channel handle |
[in] | puSamplingPhase | The value of the sampling phase set to the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBSetVideoSamplingPhaseAutoAdjust | ( | HUSBCHANNEL | hChannel, |
bool_t * | pbAutoSamplingPhase | ||
) |
Set video sampling phase auto adjust.
[in] | hChannel | Input the opened channel handle |
[in] | pbAutoSamplingPhase | The automatic adjustment flag of the sample phase set to the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBSetVideoTiming | ( | HUSBCHANNEL | hChannel, |
MWCAP_VIDEO_TIMING * | pTiming | ||
) |
Set default video timing.
[in] | hChannel | Input the opened channel handle |
[in] | pTiming | The video timing set to the capture device |
MW_RESULT LIBMWCAPTURE_API MWUSBUnRegisterHotPlug | ( | ) |
UnRegister notification event of device hot plug.