Click or drag to resize

MoverioAudioGetDeviceMode Method

Get the device mode for audio.

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static AudioDeviceMode GetDeviceMode()

Return Value

Type: AudioDeviceMode
Returns DEVICE_MODE_BUILTIN_AUDIO or DEVICE_MODE_AUDIO_JACK when getting the audio device mode is successful.
Exceptions
ExceptionCondition
IOExceptionThrown when getting the audio device mode is failed.
See Also