stopAudioStreaming()
Stops the audio session and releases all associated resources.
void stopAudioStreaming()
See also
Audio streaming
void startAudioStreaming (Microphone microphone, int bitrate, int sampleRate, AudioChannel channelCount, StreamingCallback audiocallback)
Starts streaming audio using the specified settings.
boolean isAudioStreaming ()
Checks if there is an ongoing audio session.
Enumerations
enum StreamingEvent
This defines the lifecycle state of a media stream.