Photon Voice
v2.58
Inherits IAudioPusher< float >, and IResettable.
Public Member Functions | |
| AudioInPusher (AudioSessionParameters sessParam, ILogger logger) | |
| void | SetCallback (Action< float[]> callback, ObjectFactory< float[], int > bufferFactory) |
| void | Reset () |
| void | Dispose () |
Public Member Functions inherited from IAudioPusher< float > | |
| void | SetCallback (Action< T[]> callback, ObjectFactory< T[], int > bufferFactory) |
| Set the callback function used for pushing data. More... | |
Properties | |
| int | Channels [get] |
| int | SamplingRate [get] |
| string | Error [get] |