void MLMicrophone.AddSpeaker(MLSpeaker speaker)
7/14/25Less than 1 minute
Member of ML.SDK.MLMicrophone
Method
void MLMicrophone.AddSpeaker(MLSpeaker speaker)
void MLMicrophone.AddSpeaker(MLSpeaker speaker);Parameters
| Parameter | Type | Description |
|---|---|---|
| speaker | MLSpeaker | The speaker to add. |
Returns
Summary
Bind a new speaker to the microphone. Wont effect anything if the speaker is already bound.

