Click or drag to resize

PhoneSelectAVIODevice Method

Select an audio/video IO device

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public bool SelectAVIODevice(
	AVIODevice device
)

Parameters

device
Type: SparkSDKAVIODevice
the selected audio/video IO device. AVIODevice

Return Value

Type: Boolean
The result of select.True means select success, otherwise false.
Remarks
Since: 0.1.0
See Also