|
|
|
|
|
VideoListDriver (Function) In french: VidéoListeDriver Lists the video capture drivers installed on the current computer.
ListAdd(LISTE_ListeDriver, VideoListDriver(viDirectShow))
Syntax
<Result> = VideoListDriver([<Technology used>])
<Result>: Character string List of video drivers installed on the computer, in the following format:
<Nom du driver 1> + TAB + <Version du driver 1> + RC + ... <Nom du driver N> + TAB + <Version du driver N> Where: - <Nom du driver 1>... <Nom du driver N> correspond to the names of the video drivers,
- <Version du driver 1>... <Version du driver N> corresponds to the driver version.
<Technology used>: Integer constant Type of technology used to list the drivers: | | viDirectShow | Technology used: Direct Show. This constant must be used: - to list the drivers corresponding to the different cameras installed (on a tablet for example).
- to select a driver used in a Conference control (StreamChangeDriver).
| viVideoForWindows (Default value) | Technology used: Video for Windows |
Remarks - To display the list of video drivers in a List Box or Combo Box control, use the following syntax:
ListeAjoute(<Nom du champ Liste>, <Résultat>) where
ListeAjoute(<Nom du champ Liste>, VidéoListeDriver()) - This function is equivalent to CameraListDriver.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|