Click or drag to resize

PhoneGetAVIODevices Method

Get audio/video IO devices

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
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: ListAVIODevice
List of audio/video IO devices.
Remarks
Since: 0.1.0
See Also