ltmmCapture_DeviceFilter Constants

Summary

Specifies the capture devices to enumerate.

Syntax

typedef enum ltmmCapture_DeviceFilter 
{ 
    ltmmCapture_DeviceFilter_Normal = 0x00000001, 
    ltmmCapture_DeviceFilter_WDM = 0x00000002, 
    ltmmCapture_DeviceFilter_BDA = 0x00000004, 
    ltmmCapture_DeviceFilter_All = 0xffffffff, 
} ltmmCapture_DeviceFilter; 

Members

ltmmCapture_DeviceFilter_Normal

Enumerates the normal capture devices.

ltmmCapture_DeviceFilter_WDM

Enumerates the WDM capture devices.

ltmmCapture_DeviceFilter_BDA

Enumerates the BDA capture devices.

ltmmCapture_DeviceFilter_All

Enumerates all capture devices.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.