Component representing remote audio stream in local scene.
More...
Inherits VoiceComponent.
|
| bool | IsPlaying [get] |
| | Is the speaker playing right now. More...
|
| |
| int | Lag [get] |
| | Smoothed difference between (jittering) stream and (clock-driven) audioOutput. More...
|
| |
| Action< Speaker > | OnRemoteVoiceRemoveAction [get, set] |
| | Register a method to be called when remote voice removed. More...
|
| |
| Realtime.Player | Actor [get, set] |
| | Per room, the connected users/players are represented with a Realtime.Player, also known as Actor. More...
|
| |
| bool | IsLinked [get] |
| | Whether or not this Speaker has been linked to a remote voice stream. More...
|
| |
|
VoiceLogger | Logger [get, protected set] |
| |
|
DebugLevel | LogLevel [get, set] |
| |
|
DebugLevel | LogLevel [get, set] |
| |
|
VoiceLogger | Logger [get] |
| |
|
|
DebugLevel | logLevel = DebugLevel.ERROR |
| |
Component representing remote audio stream in local scene.
Per room, the connected users/players are represented with a Realtime.Player, also known as Actor.
Photon Voice calls this Actor, to avoid a name-clash with the Player class in Voice.
Whether or not this Speaker has been linked to a remote voice stream.
Is the speaker playing right now.
Smoothed difference between (jittering) stream and (clock-driven) audioOutput.
| Action<Speaker> OnRemoteVoiceRemoveAction |
|
getset |
Register a method to be called when remote voice removed.