public static interface SubscriberKit.AudioLevelListener
Modifier and Type | Method and Description |
---|---|
void |
onAudioLevelUpdated(SubscriberKit subscriber,
float audioLevel)
Called periodically to report the audio level of the subscriber.
|
void onAudioLevelUpdated(SubscriberKit subscriber, float audioLevel)
subscriber
- The subscriber.audioLevel
- The audio level, from 0 to 1.0. Adjust this value
logarithmically for use in a user interface visualization (such as
a volume meter).