![]() |
Verse 1.0
A multi-platform multiplayer Virtual Reality experience developed with Unity
|
Parent class for IO8CMicrophoneSupport MonoBehaviour implementations. More...
Public Member Functions | |
abstract void | SetSupportActive (bool supportActive) |
Sets the active state for support.This is only used by O8CSystem on deployed WebGL versions. | |
abstract void | StartRecord () |
Start record. | |
abstract void | StopRecord () |
Stop record. | |
abstract bool | IsRecording () |
Provides access to the recording status.
| |
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. | |
Parent class for IO8CMicrophoneSupport MonoBehaviour implementations.
This class only contains abstract implementations of the interface and is intended to allow implementors of the interface to be used in the inspector.
|
pure virtual |
Provides access to the recording status.
Implements O8C.IO8CMicrophoneSupport.
Implemented in O8C.O8CVoiceProMicrophoneSupport.
|
pure virtual |
Sets the active state for support.This is only used by O8CSystem on deployed WebGL versions.
Implements O8C.IO8CMicrophoneSupport.
Implemented in O8C.O8CVoiceProMicrophoneSupport.
|
pure virtual |
Start record.
Implements O8C.IO8CMicrophoneSupport.
Implemented in O8C.O8CVoiceProMicrophoneSupport.
|
pure virtual |