Constants
The following constants are available globally.
-
Notification that occurs whenever the AudioPlayer changes its
audioFileproperty. Check the new value using the AudioPlayer’saudioFileproperty.Declaration
Objective-C
extern NSString *const AudioPlayerDidChangeAudioFileNotificationSwift
static let AudioPlayerDidChangeAudioFile: NSNotification.Name -
Notification that occurs whenever the AudioPlayer changes its
deviceproperty. Check the new value using the AudioPlayer’sdeviceproperty.Declaration
Objective-C
extern NSString *const AudioPlayerDidChangeOutputDeviceNotificationSwift
static let AudioPlayerDidChangeOutputDevice: NSNotification.Name -
Notification that occurs whenever the AudioPlayer changes its
outputcomponent’spanproperty. Check the new value using the AudioPlayer’spanproperty.Declaration
Objective-C
extern NSString *const AudioPlayerDidChangePanNotificationSwift
static let AudioPlayerDidChangePan: NSNotification.Name -
Notification that occurs whenever the AudioPlayer changes its
outputcomponent’s play state. Check the new value using the AudioPlayer’sisPlayingproperty.Declaration
Objective-C
extern NSString *const AudioPlayerDidChangePlayStateNotificationSwift
static let AudioPlayerDidChangePlayState: NSNotification.Name -
Notification that occurs whenever the AudioPlayer changes its
outputcomponent’svolumeproperty. Check the new value using the AudioPlayer’svolumeproperty.Declaration
Objective-C
extern NSString *const AudioPlayerDidChangeVolumeNotificationSwift
static let AudioPlayerDidChangeVolume: NSNotification.Name -
Notification that occurs whenever the AudioPlayer has reached the end of a file and its
shouldLoopproperty has been set to NO.Declaration
Objective-C
extern NSString *const AudioPlayerDidReachEndOfFileNotificationSwift
static let AudioPlayerDidReachEndOfFile: NSNotification.Name -
Notification that occurs whenever the AudioPlayer performs a seek via the
seekToFramemethod orsetCurrentTime:property setter. Check the newcurrentTimeorframeIndexvalue using the AudioPlayer’scurrentTimeorframeIndexproperty, respectively.Declaration
Objective-C
extern NSString *const AudioPlayerDidSeekNotificationSwift
static let AudioPlayerDidSeek: NSNotification.Name
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Notification that occurs whenever the EZAudioPlayer changes its
audioFileproperty. Check the new value using the EZAudioPlayer’saudioFileproperty.Declaration
Objective-C
extern NSString *const EZAudioPlayerDidChangeAudioFileNotificationSwift
static let EZAudioPlayerDidChangeAudioFile: NSNotification.Name -
Notification that occurs whenever the EZAudioPlayer changes its
deviceproperty. Check the new value using the EZAudioPlayer’sdeviceproperty.Declaration
Objective-C
extern NSString *const EZAudioPlayerDidChangeOutputDeviceNotificationSwift
static let EZAudioPlayerDidChangeOutputDevice: NSNotification.Name -
Notification that occurs whenever the EZAudioPlayer changes its
outputcomponent’spanproperty. Check the new value using the EZAudioPlayer’spanproperty.Declaration
Objective-C
extern NSString *const EZAudioPlayerDidChangePanNotificationSwift
static let EZAudioPlayerDidChangePan: NSNotification.Name -
Notification that occurs whenever the EZAudioPlayer changes its
outputcomponent’s play state. Check the new value using the EZAudioPlayer’sisPlayingproperty.Declaration
Objective-C
extern NSString *const EZAudioPlayerDidChangePlayStateNotificationSwift
static let EZAudioPlayerDidChangePlayState: NSNotification.Name -
Notification that occurs whenever the EZAudioPlayer changes its
outputcomponent’svolumeproperty. Check the new value using the EZAudioPlayer’svolumeproperty.Declaration
Objective-C
extern NSString *const EZAudioPlayerDidChangeVolumeNotificationSwift
static let EZAudioPlayerDidChangeVolume: NSNotification.Name -
Notification that occurs whenever the EZAudioPlayer has reached the end of a file and its
shouldLoopproperty has been set to NO.Declaration
Objective-C
extern NSString *const EZAudioPlayerDidReachEndOfFileNotificationSwift
static let EZAudioPlayerDidReachEndOfFile: NSNotification.Name -
Notification that occurs whenever the EZAudioPlayer performs a seek via the
seekToFramemethod orsetCurrentTime:property setter. Check the newcurrentTimeorframeIndexvalue using the EZAudioPlayer’scurrentTimeorframeIndexproperty, respectively.Declaration
Objective-C
extern NSString *const EZAudioPlayerDidSeekNotificationSwift
static let EZAudioPlayerDidSeek: NSNotification.Name
-
The default value used for the maximum rolling history buffer length of any EZAudioPlot. @deprecated This constant is deprecated starting in version 0.2.0. - note: Please use EZAudioPlotDefaultMaxHistoryBufferLength instead.
Declaration
Objective-C
extern const UInt32 kEZAudioPlotMaxHistoryBufferLengthSwift
let kEZAudioPlotMaxHistoryBufferLength: UInt32 -
The default value used for the default rolling history buffer length of any EZAudioPlot. @deprecated This constant is deprecated starting in version 0.2.0. - note: Please use EZAudioPlotDefaultHistoryBufferLength instead.
Declaration
Objective-C
extern const UInt32 kEZAudioPlotDefaultHistoryBufferLengthSwift
let kEZAudioPlotDefaultHistoryBufferLength: UInt32 -
The default value used for the default rolling history buffer length of any EZAudioPlot.
Declaration
Objective-C
extern const UInt32 EZAudioPlotDefaultHistoryBufferLengthSwift
let EZAudioPlotDefaultHistoryBufferLength: UInt32 -
The default value used for the maximum rolling history buffer length of any EZAudioPlot.
Declaration
Objective-C
extern const UInt32 EZAudioPlotDefaultMaxHistoryBufferLengthSwift
let EZAudioPlotDefaultMaxHistoryBufferLength: UInt32
-
Undocumented
-
Undocumented
View on GitHub
Constants Reference