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.IO8CMicrophoneSupport Interface Reference

Provides access to microphone support. More...

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

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.
 

Detailed Description

Provides access to microphone support.

Member Function Documentation

◆ IsRecording()

bool O8C.IO8CMicrophoneSupport.IsRecording ( )

Provides access to the recording status.

Returns
The recording status.

Implemented in O8C.O8CMicrophoneSupport, and O8C.O8CVoiceProMicrophoneSupport.

◆ SetSupportActive()

void O8C.IO8CMicrophoneSupport.SetSupportActive ( bool  supportActive)

Sets the active state for support.

This is only used by O8CSystem on deployed WebGL versions.

Parameters
supportActive

Implemented in O8C.O8CMicrophoneSupport, and O8C.O8CVoiceProMicrophoneSupport.

◆ StartRecord()

void O8C.IO8CMicrophoneSupport.StartRecord ( )

Start record.

Implemented in O8C.O8CMicrophoneSupport, and O8C.O8CVoiceProMicrophoneSupport.

◆ StopRecord()

void O8C.IO8CMicrophoneSupport.StopRecord ( )

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