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 public static AudioDeviceMode GetDeviceMode()
Return Value
Type:
AudioDeviceModeReturns DEVICE_MODE_BUILTIN_AUDIO or DEVICE_MODE_AUDIO_JACK when getting the audio device mode is successful.
Exceptions Exception | Condition |
---|
IOException | Thrown when getting the audio device mode is failed. |
See Also