AWSPollyOutputFormat
Objective-C
NS_ENUM(NSInteger, AWSPollyOutputFormat) {
AWSPollyOutputFormatUnknown,
AWSPollyOutputFormatJson,
AWSPollyOutputFormatMp3,
AWSPollyOutputFormatOggVorbis,
AWSPollyOutputFormatPcm,
}
Swift
enum AWSPollyOutputFormat : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSPollyOutputFormatUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSPollyOutputFormatJson
Swift
case json = 1
-
Undocumented
Declaration
Objective-C
AWSPollyOutputFormatMp3
Swift
case mp3 = 2
-
Undocumented
Declaration
Objective-C
AWSPollyOutputFormatOggVorbis
Swift
case oggVorbis = 3
-
Undocumented
Declaration
Objective-C
AWSPollyOutputFormatPcm
Swift
case pcm = 4