AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
HoloToolkit.Unity.MicrophoneHelper Class Reference

Provides a working status information of the default microphone on the system. Class is using UWP APIs. Everything UWP related is wrapped around ENABLE_WINMD_SUPPORT preprocessor definition. The definition is enabled in Unity in the following 2 cases: More...

Static Public Member Functions

static MicrophoneStatus GetMicrophoneStatus ()
 Stub function imitating the original GetMicrophoneStatus More...
 
static bool IsMicrophoneReady ()
 Stub function imitating the original IsMicrophoneReady More...
 

Detailed Description

Provides a working status information of the default microphone on the system. Class is using UWP APIs. Everything UWP related is wrapped around ENABLE_WINMD_SUPPORT preprocessor definition. The definition is enabled in Unity in the following 2 cases:

Definition at line 38 of file MicrophoneHelper.cs.

Member Function Documentation

§ GetMicrophoneStatus()

static MicrophoneStatus HoloToolkit.Unity.MicrophoneHelper.GetMicrophoneStatus ( )
static

Stub function imitating the original GetMicrophoneStatus

Returns
Always returns microphone ready.

Definition at line 140 of file MicrophoneHelper.cs.

§ IsMicrophoneReady()

static bool HoloToolkit.Unity.MicrophoneHelper.IsMicrophoneReady ( )
static

Stub function imitating the original IsMicrophoneReady

Definition at line 148 of file MicrophoneHelper.cs.


The documentation for this class was generated from the following file: