namespace ML.SDK
Class
MLMicrophone
namespace ML.SDK
{
class MLMicrophone
}
Inherits from MonoBehaviour
Summary
MLMicrophone Component
Properties
Property | Desciption |
---|---|
Active | Is microphone active? |
Methods
Method | Description |
---|---|
AddSpeaker(MLSpeaker) | Bind a new speaker to the microphone. Wont effect anything if the speaker is already bound. |
GetSpeakers() | Returns an array of currently bound Speakers. |
RemoveSpeaker(MLSpeaker) | Remove a currently bound speaker. |