STSAudioSampleRate
enum STSAudioSampleRate {}
Constants specifying the audio sample rate.
-
Indicates the sample rate of 16000 Hz.
Declaration
Objective-C
STSAudioSampleRate_16000Hz = 16000Swift
case _16000Hz = 16000 -
Indicates the sample rate of 44100 Hz.
Declaration
Objective-C
STSAudioSampleRate_44100Hz = 44100Swift
case _44100Hz = 44100 -
Indicates the sample rate of 48000 Hz.
Declaration
Objective-C
STSAudioSampleRate_48000Hz = 48000Swift
case _48000Hz = 48000
View on GitHub
Install in Dash
STSAudioSampleRate Enum Reference