Verse 1.0
A multi-platform multiplayer Virtual Reality experience developed with Unity
Loading...
Searching...
No Matches
Public Member Functions | List of all members
O8C.O8CMicrophoneSupport Class Referenceabstract

Parent class for IO8CMicrophoneSupport MonoBehaviour implementations. More...

Inheritance diagram for O8C.O8CMicrophoneSupport:
O8C.IO8CMicrophoneSupport O8C.O8CVoiceProMicrophoneSupport

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.
Returns
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.
 

Detailed Description

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.

Member Function Documentation

◆ IsRecording()

abstract bool O8C.O8CMicrophoneSupport.IsRecording ( )
pure virtual

Provides access to the recording status.

Returns
The recording status.

Implements O8C.IO8CMicrophoneSupport.

Implemented in O8C.O8CVoiceProMicrophoneSupport.

◆ SetSupportActive()

abstract void O8C.O8CMicrophoneSupport.SetSupportActive ( bool  supportActive)
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.

◆ StartRecord()

abstract void O8C.O8CMicrophoneSupport.StartRecord ( )
pure virtual

Start record.

Implements O8C.IO8CMicrophoneSupport.

Implemented in O8C.O8CVoiceProMicrophoneSupport.

◆ StopRecord()

abstract void O8C.O8CMicrophoneSupport.StopRecord ( )
pure virtual

Stop record.

Implements O8C.IO8CMicrophoneSupport.

Implemented in O8C.O8CVoiceProMicrophoneSupport.


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