TAG_CA_CODEC structure
CoreAudio codec information structure.
typedef struct {
DWORD ftype;
DWORD atype;
char *name;
} TAG_CA_CODEC;
Members
| ftype | File format identifier. |
| atype | Audio data format identifier. |
| name | Description of the audio file format. |