CPAudioCodecTypes
Objective-C
enum CPAudioCodecTypes : NSInteger {}
Swift
enum CPAudioCodecTypes : Int
enum class for supported audio codec types
@since 1.0.0
-
PCMA
Declaration
Objective-C
AC_PCMA
Swift
case PCMA = 0
-
PCMU
Declaration
Objective-C
AC_PCMU
Swift
case PCMU = 1
-
ISAC
Declaration
Objective-C
AC_ISAC
Swift
case ISAC = 2
-
OPUS
Declaration
Objective-C
AC_OPUS
Swift
case OPUS = 3
-
G722
Declaration
Objective-C
AC_G722
Swift
case G722 = 4
-
ILBC
Declaration
Objective-C
AC_ILBC
Swift
case ILBC = 5