Enums

The following enums are available globally.

  • The types of plots that can be displayed in the view using the data.

    See more

    Declaration

    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 more

    Declaration

    Objective-C

    enum EZRecorderFileType : NSInteger {}

    Swift

    enum EZRecorderFileType : Int