PhoneGetAVIODevices Method |
Get audio/video IO devices
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public List<AVIODevice> GetAVIODevices(
AVIODeviceType type
)
Parameters
- type
- Type: SparkSDKAVIODeviceType
The type of audio/video IO device, such as microphone, speaker, camera, ringer. AVIODeviceType
Return Value
Type:
ListAVIODeviceList of audio/video IO devices.
Remarks Since: 0.1.0
See Also