BZAudioFormat Constants Reference
Declared in | BZMediaParams.h |
BZAudioFormat
This constant enumerator defines the Audio Format (AF) of the audio for playback or the recorded audio.
Definition
typedef NS_ENUM(NSInteger, BZAudioFormat ) {
AF_WAV = 1,
AF_COMPRESSED = 2,
AF_PREENCODED = 4,
AF_PCM_16KHZ = 7,
AF_PCM_8KHZ = 8,
AF_PCM_32KHZ = 9,
AF_PCM_48KHZ = 10,
AF_MEDIA = 11,
AF_RAW_AUDIO = 12,
};
Constants
AF_WAV
-
WAV format. Audio files of this format usually have the .wav extension and contain a wav header that defines the format of the audio in the file.
Declared In
BZMediaParams.h
. AF_COMPRESSED
-
Compressed format. Not supported and not guaranteed to work. Not supported.
Declared In
BZMediaParams.h
. AF_PREENCODED
-
Preencoded format. Not supported and not guaranteed to work Not supported.
Declared In
BZMediaParams.h
. AF_PCM_16KHZ
-
16 KHZ PCM
Declared In
BZMediaParams.h
. AF_PCM_8KHZ
-
8 KHZ PCM
Declared In
BZMediaParams.h
. AF_PCM_32KHZ
-
32 KHZ PCM
Declared In
BZMediaParams.h
. AF_PCM_48KHZ
-
48 KHZ PCM
Declared In
BZMediaParams.h
. AF_MEDIA
-
Media audio used to support mp3 audio files.
Declared In
BZMediaParams.h
. AF_RAW_AUDIO
-
Raw audio. Requires the definition of BZAudioCodec.
Declared In
BZMediaParams.h
.
Declared In
BZMediaParams.h