hi_aac_bps
Description
Defines the AAC encoding and decoding bit rate.
Definition
typedef enum {
HI_AAC_BPS_8K = 8000,
HI_AAC_BPS_16K = 16000,
HI_AAC_BPS_22K = 22000,
HI_AAC_BPS_24K = 24000,
HI_AAC_BPS_32K = 32000,
HI_AAC_BPS_48K = 48000,
HI_AAC_BPS_64K = 64000,
HI_AAC_BPS_96K = 96000,
HI_AAC_BPS_128K = 128000,
HI_AAC_BPS_256K = 256000,
HI_AAC_BPS_320K = 320000,
HI_AAC_BPS_BUTT
} hi_aac_bps;
Member |
Description |
|---|---|
HI_AAC_BPS_8K |
Bit rate 8 kbit/s. Currently not supported. |
HI_AAC_BPS_16K |
Bit rate 16 kbit/s. Currently not supported. |
HI_AAC_BPS_22K |
Bit rate 22 kbit/s. Currently not supported. |
HI_AAC_BPS_24K |
Bit rate 24 kbit/s. Currently not supported. |
HI_AAC_BPS_32K |
Bit rate 32 kbit/s. Currently not supported. |
HI_AAC_BPS_48K |
Bit rate 48 kbit/s. |
HI_AAC_BPS_64K |
Bit rate 64 kbit/s. |
HI_AAC_BPS_96K |
Bit rate 96 kbit/s. |
HI_AAC_BPS_128K |
Bit rate 128 kbit/s. |
HI_AAC_BPS_256K |
Bit rate 256 kbit/s. |
HI_AAC_BPS_320K |
Bit rate 320 kbit/s. Currently not supported. |
HI_AAC_BPS_BUTT |
Reserved. |
Parent topic: Audio