MillicastSDK 2.0.0
|
Manages audio settings. More...
#import <source.h>
Instance Methods | |
(void) | - setVolume: |
(void) | - setNumChannel: |
(void) | - mute: |
(uint32_t) | - getVolume |
(bool) | - isMuted |
Manages audio settings.
- (uint32_t) getVolume |
Gets the current volume.
- (bool) isMuted |
Checks whether the microphone or speaker is muted or not.
- (void) mute: | (bool) | m |
Mutes the microphone or the speakers.
- (void) setNumChannel: | (uint8_t) | channel |
Sets the number of channels to use.
- (void) setVolume: | (uint32_t) | v |
Adjusts the microphone or speaker volume.