![]() |
Verse 1.0
A multi-platform multiplayer Virtual Reality experience developed with Unity
|
Provides access to microphone support. More...
Public Member Functions | |
void | SetSupportActive (bool supportActive) |
Sets the active state for support. | |
void | StartRecord () |
Start record. | |
void | StopRecord () |
Stop record. | |
bool | IsRecording () |
Provides access to the recording status. | |
Provides access to microphone support.
bool O8C.IO8CMicrophoneSupport.IsRecording | ( | ) |
Provides access to the recording status.
Implemented in O8C.O8CMicrophoneSupport, and O8C.O8CVoiceProMicrophoneSupport.
void O8C.IO8CMicrophoneSupport.SetSupportActive | ( | bool | supportActive | ) |
Sets the active state for support.
This is only used by O8CSystem on deployed WebGL versions.
supportActive |
Implemented in O8C.O8CMicrophoneSupport, and O8C.O8CVoiceProMicrophoneSupport.
void O8C.IO8CMicrophoneSupport.StartRecord | ( | ) |
Start record.
Implemented in O8C.O8CMicrophoneSupport, and O8C.O8CVoiceProMicrophoneSupport.
void O8C.IO8CMicrophoneSupport.StopRecord | ( | ) |
Stop record.
Implemented in O8C.O8CMicrophoneSupport, and O8C.O8CVoiceProMicrophoneSupport.