Inherits IAudioPusher< short >.
|
|
| AudioInPusher (ILogger logger, int samplingRate, int channels, string deviceID) |
| |
|
void | SetCallback (Action< short[]> callback, ObjectFactory< short[], int > bufferFactory) |
| |
|
ArraySegment< byte > | DequeueOutput (out FrameFlags flags) |
| |
|
void | EndOfStream () |
| |
|
I | GetPlatformAPI< I > () |
| |
|
void | Dispose () |
| |
| void | SetCallback (Action< T[]> callback, ObjectFactory< T[], int > bufferFactory) |
| | Set the callback function used for pushing data. More...
|
| |
|
|
int | SamplingRate [get] |
| |
| int | Channels [get] |
| | Number of channels in the audio signal. More...
|
| |
|
string | Error [get] |
| |
|
bool | ErrorAccess [get] |
| |
◆ Channels
Number of channels in the audio signal.