MillicastSDK 2.0.0
|
Manages the audio capture functionality. More...
#import <source.h>
Instance Methods | |
(MCTrack *) | - startCapture |
(void) | - stopCapture |
Stops the audio capture process. | |
(bool) | - isCapturing |
initWithCppSource: | |
Instance Methods inherited from MCSource | |
(MCSourceType) | - getType |
(NSString *) | - getName |
(NSString *) | - getUniqueId |
(NSString *) | - getTypeAsString |
(MCTrack *) | - startCapture |
(void) | - stopCapture |
Stops a capture and releases the track and the underlying devices. | |
(bool) | - isCapturing |
Instance Methods inherited from <MCAudioControl> | |
(void) | - setVolume: |
(void) | - setNumChannel: |
(void) | - mute: |
(uint32_t) | - getVolume |
(bool) | - isMuted |
Manages the audio capture functionality.
- (bool) isCapturing |
Checks whether the AudioSource instance is currently actively capturing audio.
Reimplemented from <CaptureSource>.
- (MCTrack *) startCapture |
Initiates the audio capture process from the current source.
MCPublisher/addTrackWithAudioTrack:completionHandler:
to see how you can use this class. Reimplemented from <CaptureSource>.
- (void) stopCapture |
Stops the audio capture process.
Reimplemented from <CaptureSource>.