MillicastSDK 2.0.0
|
Class used for managing media sources. More...
#import <media.h>
Class Methods | |
(NSArray< MCVideoSource * > *) | + getVideoSources |
(NSArray< MCAudioSource * > *) | + getAudioSources |
(NSArray< MCAudioPlayback * > *) | + getPlaybackDevices |
(NSArray< NSString * > *) | + getSupportedVideoCodecs |
(NSArray< NSString * > *) | + getSupportedAudioCodecs |
(bool) | + isNdiAvailable |
Class used for managing media sources.
+ (NSArray< MCAudioSource * > *) getAudioSources |
Query all available audio sources.
MCAudioSource
+ (NSArray< MCAudioPlayback * > *) getPlaybackDevices |
Query available audio playback devices and plugins.
MCAudioPlayback
devices. + (NSArray< NSString * > *) getSupportedAudioCodecs |
Query a list of all the supported audio codecs
+ (NSArray< NSString * > *) getSupportedVideoCodecs |
Query a list of the supported video codecs.
+ (NSArray< MCVideoSource * > *) getVideoSources |
Query all available video sources.
MCVideoSource
+ (bool) isNdiAvailable |
Checks whether NDI support is enabled in the SDK.