Event Actions and other options for a remote voice (incoming stream).
More...
|
| 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) |
| |
|
| 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] |
| |
Event Actions and other options for a remote voice (incoming stream).
| void SetOutput |
( |
Action< float[]> |
output | ) |
|
Register a method to be called when new data frame received..
Remote voice data decoder. Use to set decoder options or override it with user decoder.
| Action OnRemoteVoiceRemoveAction |
|
getset |
Register a method to be called when the remote voice is removed.