IVSAudioDeviceStats
Objective-C
@interface IVSAudioDeviceStats : NSObject
Swift
class IVSAudioDeviceStats : NSObject
Information about the stats of a audio device.
-
Audio Peak over the time period from 100 (silent) to 0.
Declaration
Objective-C
@property (nonatomic, readonly) float peak;
Swift
var peak: Float { get }
-
Audio RMS over the time period from 100 (silent) to 0.
Declaration
Objective-C
@property (nonatomic, readonly) float rms;
Swift
var rms: Float { get }