IVSLocalStageStreamConfiguration
Objective-C
@interface IVSLocalStageStreamConfiguration : NSObject
Swift
class IVSLocalStageStreamConfiguration : NSObject
An object that describes the media configuration for the IVSStageStream.
-
This describes the audio configuration for the
IVSStageStreamDeclaration
Objective-C
@property (nonatomic, strong) IVSLocalStageStreamAudioConfiguration *_Nonnull audio;Swift
var audio: IVSLocalStageStreamAudioConfiguration { get set } -
This describes the video configuration for the
IVSStageStreamDeclaration
Objective-C
@property (nonatomic, strong) IVSLocalStageStreamVideoConfiguration *_Nonnull video;Swift
var video: IVSLocalStageStreamVideoConfiguration { get set }