GetAudioDeviceCount
Viscom Software VideoCap ActiveX Control |
GetAudioDeviceCount Method
Description: |
Return the count of Audio Device. In some development tools, you cannot use AudioDevice Object, for this case, this method is useful. |
Usage: |
VideoCap1.GetAudioDeviceCount |
Parameter: |
No Parameter |
Return Value: |
Return the count for Audio Device. |
Example: |
The Visual Basic.Net example For i = 0 To AxVideoCap1.GetAudioDeviceCount - 1 |