IrisRtcSdkAudioCodecType Constants Reference
Declared in | IrisRtcJingleSession.h |
---|
IrisRtcSdkAudioCodecType
Iris RTC Audio codec types
Definition
typedef NS_ENUM(NSUInteger, IrisRtcSdkAudioCodecType ) {
kCodecTypeOPUS,
kCodecTypeISAC16000,
kCodecTypeISAC32000,
};
Constants
kCodecTypeOPUS
-
Indicates that the audio codec type is OPUS.
Declared In
IrisRtcJingleSession.h
. kCodecTypeISAC16000
-
Indicates that the audio codec type is ISAC16000.
Declared In
IrisRtcJingleSession.h
. kCodecTypeISAC32000
-
Indicates that the audio codec type is ISAC32000.
Declared In
IrisRtcJingleSession.h
.
Declared In
IrisRtcJingleSession.h