| VideoCaptureDeviceGetDevices Method  | 
            Retrieves the available capturing devices.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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