MillicastSDK 2.2.0
Loading...
Searching...
No Matches
<MCAudioControl> Protocol Reference

Detailed Description

/ Adjusts the microphone or speaker volume. / - Parameters: / - v: The volume level between 0 (mute) and 1 (full volume).

  • (void) setVolume:(uint32_t) v;

/ Sets the number of channels to use. / - Parameters: / - channel: The number of channels to use.

  • (void) setNumChannel:(uint8_t) channel;

/ Mutes the microphone or the speakers. / - Parameters: / - m: A boolean indicating whether the audio source should be muted (true) or not (false).

  • (void) mute:(bool) m;

/ Gets the current volume. / - Returns: The current volume level.

  • (uint32_t) getVolume;

/ Checks whether the microphone or speaker is muted or not. / - Returns: A boolean indicating whether the audio source is muted (true) or not (false).

  • (bool) isMuted;

@end

/ Manages the audio capture functionality. MILLICAST_API


The documentation for this protocol was generated from the following file: