MillicastSDK 2.2.0
Loading...
Searching...
No Matches
MCAudioSource Interface Reference

Public Member Functions

instancetype initWithCppSource: (millicast::AudioSource::Ptr audioSource)
 

Detailed Description

, MCAudioControl>

/ Initiates the audio capture process from the current source. / - Returns: An audio track. See MCPublisher/addTrackWithAudioTrack:completionHandler: to see / how you can use this class.

  • (MCTrack*) startCapture;

/ Stops the audio capture process.

  • (void) stopCapture;

/ Checks whether the AudioSource instance is currently actively capturing audio. / - Returns: True if the audio source is capturing. False otherwise.

  • (bool) isCapturing;

@end

/ Responsible for building AudioSource.

Member Function Documentation

◆ initWithCppSource:()

instancetype MCAudioSource()::initWithCppSource: ( millicast::AudioSource::Ptr audioSource)
virtual

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