Photon Voice: RemoteVoiceOptions Struct Reference
From Photon Voice
|
Photon Voice
v2.7
|
RemoteVoiceOptions Struct Reference
Event Actions and other options for a remote voice (incoming stream). More...
Public Member Functions | |
| void | SetOutput (Action< float[]> output) |
| Register a method to be called when new data frame received.. More... | |
| void | SetOutput (Action< short[]> output) |
| void | SetOutput (Action< ImageOutputBuf > output) |
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... | |
| ImageFormat | OutputImageFormat [get, set] |
| Flip | OutputImageFlip [get, set] |
Detailed Description
Event Actions and other options for a remote voice (incoming stream).
Member Function Documentation
| void SetOutput | ( | Action< float[]> | output | ) |
Register a method to be called when new data frame received..
Property Documentation
|
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.