Delegate AudioReadEventHandler
This event is called on audio thread.
Namespace: Unity.WebRTC
Assembly: solution.dll
Syntax
public delegate void AudioReadEventHandler(float[] data, int channels, int sampleRate)
Parameters
Type | Name | Description |
---|---|---|
float[] | data | |
int | channels | |
int | sampleRate |