Photon Voice
v2.58
Event Actions and other options for a remote voice (incoming stream). More...
Public Member Functions | |
| RemoteVoiceOptions (ILogger logger, string logPrefix, VoiceInfo voiceInfo) | |
| void | SetOutput (Action< FrameOut< float >> output) |
| Create default audio decoder and register a method to be called when a data frame is decoded. More... | |
| void | SetOutput (Action< FrameOut< short >> output) |
| Create default audio decoder and register a method to be called when a data frame is decoded. More... | |
Properties | |
| Action | OnRemoteVoiceRemoveAction [get, set] |
| Register a method to be called when the remote voice is removed. More... | |
| IDecoder | Decoder [get, set] |
| Remote voice data decoder. Use to set decoder options or override it with user decoder. More... | |
Event Actions and other options for a remote voice (incoming stream).
| void SetOutput | ( | Action< FrameOut< float >> | output | ) |
Create default audio decoder and register a method to be called when a data frame is decoded.
| void SetOutput | ( | Action< FrameOut< short >> | output | ) |
Create default audio decoder and register a method to be called when a data frame is decoded.
|
getset |
Remote voice data decoder. Use to set decoder options or override it with user decoder.
|
getset |
Register a method to be called when the remote voice is removed.