MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Instance Methods | List of all members
MCAudioPlayback Class Reference

#import <source.h>

Inheritance diagram for MCAudioPlayback:
Inheritance graph
[legend]
Collaboration diagram for MCAudioPlayback:
Collaboration graph
[legend]

Instance Methods

(void) - initPlayback
 Initializes the playback device.
 
(bool) - isPlaying
 
 initWithCppSource:
 
- Instance Methods inherited from MCSource
(MCSourceType) - getType
 
(NSString *) - getName
 
(NSString *) - getUniqueId
 
(NSString *) - getTypeAsString
 
(void) - initPlayback
 Initializes the playback device.
 
(bool) - isPlaying
 
- Instance Methods inherited from <MCAudioControl>
(void) - setVolume:
 
(void) - setNumChannel:
 
(void) - mute:
 
(uint32_t) - getVolume
 
(bool) - isMuted
 

Detailed Description

Provides functionalities for managing audio playback. This class inherits the Source class, however this is not a capture source.

Method Documentation

◆ initPlayback

- (void) initPlayback

Initializes the playback device.

Reimplemented from <PlaybackSource>.

◆ isPlaying

- (bool) isPlaying

Checks whether the playback device is playing.

  • Returns: True if the device is playing, false otherwise.

Reimplemented from <PlaybackSource>.


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