Enums
The following enums are available globally.
-
Undocumented
See more
-
AudioStreamPlayer states
See moreDeclaration
Objective-C
enum {}
Swift
struct AudioStreamPlayerState : RawRepresentable, Equatable
-
AudioStreamPlayer stopped reasons
See moreDeclaration
Objective-C
enum {}
Swift
struct AudioStreamPlayerStopReason : RawRepresentable, Equatable
-
Audiostreamer error codes
See moreDeclaration
Objective-C
enum {}
Swift
struct AudioStreamPlayerErrorCode : RawRepresentable, Equatable
-
Undocumented
See more
-
The types of plots that can be displayed in the view using the data.
See moreDeclaration
Objective-C
enum EZPlotType : NSInteger {}
Swift
enum EZPlotType : Int
-
To ensure valid recording formats are used when recording to a file the EZRecorderFileType describes the most common file types that a file can be encoded in. Each of these types can be used to output recordings as such:
EZRecorderFileTypeAIFF - .aif, .aiff, .aifc, .aac EZRecorderFileTypeM4A - .m4a, .mp4 EZRecorderFileTypeWAV - .wav
See moreDeclaration
Objective-C
enum EZRecorderFileType : NSInteger {}
Swift
enum EZRecorderFileType : Int