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