AUDIO_ENCODING_TYPE
Audio encoding type.
Enumerator
- AUDIO_ENCODING_TYPE_AAC_16000_LOW
- 0x010101: AAC encoding format, 16000 Hz sampling rate, bass quality. A file with an audio duration of 10 minutes is approximately 1.2 MB after encoding.
- AUDIO_ENCODING_TYPE_AAC_16000_MEDIUM
- 0x010102: AAC encoding format, 16000 Hz sampling rate, medium sound quality. A file with an audio duration of 10 minutes is approximately 2 MB after encoding.
- AUDIO_ENCODING_TYPE_AAC_32000_LOW
- 0x010201: AAC encoding format, 32000 Hz sampling rate, bass quality. A file with an audio duration of 10 minutes is approximately 1.2 MB after encoding.
- AUDIO_ENCODING_TYPE_AAC_32000_MEDIUM
- 0x010202: AAC encoding format, 32000 Hz sampling rate, medium sound quality. A file with an audio duration of 10 minutes is approximately 2 MB after encoding.
- AUDIO_ENCODING_TYPE_AAC_32000_HIGH
- 0x010203: AAC encoding format, 32000 Hz sampling rate, high sound quality. A file with an audio duration of 10 minutes is approximately 3.5 MB after encoding.
- AUDIO_ENCODING_TYPE_AAC_48000_MEDIUM
- 0x010302: AAC encoding format, 48000 Hz sampling rate, medium sound quality. A file with an audio duration of 10 minutes is approximately 2 MB after encoding.
- AUDIO_ENCODING_TYPE_AAC_48000_HIGH
- 0x010303: AAC encoding format, 48000 Hz sampling rate, high sound quality. A file with an audio duration of 10 minutes is approximately 3.5 MB after encoding.
- AUDIO_ENCODING_TYPE_OPUS_16000_LOW
- 0x020101: OPUS encoding format, 16000 Hz sampling rate, bass quality. A file with an audio duration of 10 minutes is approximately 2 MB after encoding.
- AUDIO_ENCODING_TYPE_OPUS_16000_MEDIUM
- 0x020102: OPUS encoding format, 16000 Hz sampling rate, medium sound quality. A file with an audio duration of 10 minutes is approximately 2 MB after encoding.
- AUDIO_ENCODING_TYPE_OPUS_48000_MEDIUM
- 0x020302: OPUS encoding format, 48000 Hz sampling rate, medium sound quality. A file with an audio duration of 10 minutes is approximately 2 MB after encoding.
- AUDIO_ENCODING_TYPE_OPUS_48000_HIGH
- 0x020303: OPUS encoding format, 48000 Hz sampling rate, high sound quality. A file with an audio duration of 10 minutes is approximately 3.5 MB after encoding.