MillicastSDK 2.2.0
|
Class used for managing media sources. More...
#include <media.h>
Class Methods | |
(NSArray< MCAudioPlayback * > *) | + getPlaybackDevices |
(NSArray< NSString * > *) | + getSupportedVideoCodecs |
(NSArray< NSString * > *) | + getSupportedAudioCodecs |
(bool) | + isNdiAvailable |
Class used for managing media sources.
+ (NSArray< MCAudioPlayback * > *) getPlaybackDevices |
Query all available video sources.
MCVideoSource
+(NSArray<MCVideoSource*>*)getVideoSources;/ Query all available audio sources. / - Returns: An array of all available MCAudioSource
+(NSArray<MCAudioSource*>*)getAudioSources;
/ Query available audio playback devices and plugins. / - Returns: An array of all available 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.
+ (bool) isNdiAvailable |
Checks whether NDI support is enabled in the SDK.