VideoCaptureDeviceGetDevices Method |
Retrieves the available capturing devices.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static List<VideoDeviceInfo> GetDevices()
Public Shared Function GetDevices As List(Of VideoDeviceInfo)
public:
static List<VideoDeviceInfo^>^ GetDevices()
static member GetDevices : unit -> List<VideoDeviceInfo>
Return Value
Type:
ListVideoDeviceInfoThe list containing the devices.
See Also