OTSubscriberKitAudioLevelDelegate Protocol Reference
Conforms to | NSObject |
Declared in | OTSubscriberKit.h |
Instance Methods
subscriber:audioLevelUpdated:
Sent on a regular interval with the recent representative audio level.
- (void)subscriber:(id)subscriber audioLevelUpdated:(id)audioLevel
Parameters
- subscriber
The subscriber instance being represented.
- audioLevel
A value between 0 and 1, representing the audio level. Adjust this value logarithmically for use in a user interface visualization of the volume (such as a volume meter).
Declared In
OTSubscriberKit.h