![]() |
AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
|
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... | |
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.
|
static |
Stub function imitating the original GetMicrophoneStatus
Definition at line 140 of file MicrophoneHelper.cs.
|
static |
Stub function imitating the original IsMicrophoneReady
Definition at line 148 of file MicrophoneHelper.cs.