hi_aac_transport_type
Description
Defines the transmission encapsulation type of AAC encoding and decoding protocols.
Definition
typedef enum {
HI_AAC_TRANSPORT_TYPE_ADTS = 0,
HI_AAC_TRANSPORT_TYPE_LOAS = 1,
HI_AAC_TRANSPORT_TYPE_LATM_MCP1 = 2,
HI_AAC_TRANSPORT_TYPE_BUTT
} hi_aac_transport_type;
Member |
Description |
|---|---|
HI_AAC_TRANS_TYPE_ADTS |
ADTS encapsulation format. Currently, only AACLC is supported. |
HI_AAC_TRANS_TYPE_LOAS |
LOAS encapsulation format. Currently not supported. |
HI_AAC_TRANS_TYPE_LATM_MCP1 |
LATM1 encapsulation format. Currently not supported. |
HI_AAC_TRANSPORT_TYPE_BUTT |
Reserved. |
Parent topic: Audio