XDAIS  dais-x04
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Enumerations
iaudio.h File Reference

Detailed Description

This header defines all types, constants, enums, and functions that are common across the various audio codecs.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  IAUDIO_ChannelId {
  IAUDIO_MONO = 0,
  IAUDIO_STEREO = 1,
  IAUDIO_THREE_ZERO = 2,
  IAUDIO_FIVE_ZERO = 3,
  IAUDIO_FIVE_ONE = 4,
  IAUDIO_SEVEN_ONE = 5
}
 XDM supported audio channel configurations. More...
enum  IAUDIO_ChannelMode {
  IAUDIO_1_0 = 0,
  IAUDIO_2_0 = 1,
  IAUDIO_11_0 = 2,
  IAUDIO_3_0 = 3,
  IAUDIO_2_1 = 4,
  IAUDIO_3_1 = 5,
  IAUDIO_2_2 = 6,
  IAUDIO_3_2 = 7,
  IAUDIO_2_3 = 8,
  IAUDIO_3_3 = 9,
  IAUDIO_3_4 = 10
}
 Channel modes for audio streams. More...
enum  IAUDIO_DualMonoMode {
  IAUDIO_DUALMONO_LR = 0,
  IAUDIO_DUALMONO_LEFT = 1,
  IAUDIO_DUALMONO_RIGHT = 2,
  IAUDIO_DUALMONO_LR_MIX = 3
}
 Dual Mono Channel modes for audio streams. More...
enum  IAUDIO_PcmFormat {
  IAUDIO_BLOCK = 0,
  IAUDIO_INTERLEAVED = 1
}
 XDM supported audio PCM formats. More...
enum  IAUDIO_EncMode {
  IAUDIO_CBR = 0,
  IAUDIO_VBR = 1
}
 Audio encoding modes. More...
Copyright 2013, Texas Instruments Incorporated