Enumerations
The following enumerations are available globally.
-
A description of the sample size and structure for audio samples.
See moreDeclaration
Objective-C
enum IVSAudioFormat : NSInteger {}Swift
enum IVSAudioFormat : Int -
Supported aspect modes.
See moreDeclaration
Objective-C
enum IVSAspectMode : NSInteger {}Swift
enum AspectMode : Int -
Possible log levels for
See moreIVSBroadcastSession.logLevelDeclaration
Objective-C
enum IVSBroadcastLogLevel : NSInteger {} -
Known errors that can be returned by various APIs in the Broadcast SDK
See moreDeclaration
Objective-C
enum IVSBroadcastError : NSInteger {}Swift
enum IVSBroadcastError : Int -
A value representing the
See moreIVSBroadcastSessions current state.Declaration
Objective-C
enum IVSBroadcastSessionState : NSInteger {}Swift
enum State : Int -
A value representing how the
See moreIVSBroadcastSessionwill interact withAVAudioSession.Declaration
Objective-C
enum IVSBroadcastSessionAudioSessionStrategy : NSInteger {}Swift
enum AudioSessionStrategy : Int -
The state of a network quality test
See moreDeclaration
Objective-C
enum IVSBroadcastSessionTestStatus : NSInteger {}Swift
enum Status : Int -
Types of input devices.
See moreDeclaration
Objective-C
enum IVSDeviceType : NSInteger {}Swift
enum IVSDeviceType : Int -
Media types present in a stream.
See moreDeclaration
Objective-C
enum IVSDeviceStreamType : NSInteger {}Swift
enum IVSDeviceStreamType : Int -
The position of the input device relative to the host device.
See moreDeclaration
Objective-C
enum IVSDevicePosition : NSInteger {}Swift
enum IVSDevicePosition : Int
Enumerations Reference