MillicastSDK 2.0.0
|
Manages the process of capturing the source by input sources, such as a microphone or a camera. More...
#import <source.h>
Instance Methods | |
(MCTrack *) | - startCapture |
(void) | - stopCapture |
Stops a capture and releases the track and the underlying devices. | |
(bool) | - isCapturing |
Manages the process of capturing the source by input sources, such as a microphone or a camera.
- (bool) isCapturing |
Checks the current state of the capture process.
Reimplemented in MCAudioSource.
- (MCTrack *) startCapture |
Initiates and starts the capture device and creates the corresponding track. You should not call start capture twice in a row.
Reimplemented in MCAudioSource.
- (void) stopCapture |
Stops a capture and releases the track and the underlying devices.
Reimplemented in MCAudioSource.