Cinematic streaming and voice over network.
(int samples, int rate, int width, int channels, ByteBuffer data)
| 193 | * Cinematic streaming and voice over network. |
| 194 | */ |
| 195 | public static void RawSamples(int samples, int rate, int width, int channels, ByteBuffer data) { |
| 196 | impl.RawSamples(samples, rate, width, channels, data); |
| 197 | } |
| 198 | |
| 199 | /** |
| 200 | * Switches off the sound streaming. |
no test coverage detected