MillicastSDK 2.0.0
Loading...
Searching...
No Matches
media.h
Go to the documentation of this file.
1#include <Foundation/Foundation.h>
4#import <MillicastSDK/exports.h>
5
6NS_ASSUME_NONNULL_BEGIN
7
9MILLICAST_API @interface MCMedia : NSObject
10
14
18
22
25+ (NSArray<NSString*>*) getSupportedVideoCodecs;
26
29+ (NSArray<NSString*>*) getSupportedAudioCodecs;
30
33+(bool)isNdiAvailable;
34
35@end
36
37NS_ASSUME_NONNULL_END
#define MILLICAST_API
Definition exports.h:51
Definition source.h:210
Manages the audio capture functionality.
Definition source.h:182
Class used for managing media sources.
Definition media.h:10
NSArray< MCAudioPlayback * > * getPlaybackDevices()
NSArray< NSString * > * getSupportedAudioCodecs()
NSArray< MCVideoSource * > * getVideoSources()
bool isNdiAvailable()
NSArray< MCAudioSource * > * getAudioSources()
NSArray< NSString * > * getSupportedVideoCodecs()
Responsible for managing video sources.
Definition source.h:113