Data type AudioFormat
access this type via: io.audio.AudioFormat (uses)
Data type used to store an audio format.
Fields
int sampleRate The sample rate of the audio (in hz).
int channels The number of channels of the audio (e.g. 2 for stereo).