Data structures related to path management. More...
#include "AFCommon.h"Go to the source code of this file.
Classes | |
| struct | AFSocket |
| Structure encapsulating a particular socket for the path. More... | |
| struct | AFPaths |
| Structure encapsulating a set of paths. More... | |
Defines | |
| #define | MAXIMUM_SOCKETS 16 |
Typedefs | |
| typedef AFSocket | AFPath [MAXIMUM_SOCKETS] |
Enumerations | |
| enum | CHANNEL { NO_CHANNEL, LEFT_CHANNEL, RIGHT_CHANNEL } |
Possible channel list for AF path socket structure (AFSocket). More... | |
| enum | POLARITY { NO_POLARITY, NEGATIVE, POSITIVE } |
Possible polarity list for AF path socket structure (AFSocket). More... | |
| enum | DIRECTION { INPUT_DIR, OUTPUT_DIR } |
Possible direction list for AF path socket structure (AFSocket). More... | |
| enum | TYPE { INVALID = 0, SPEAKER, HEADPHONE, MICROPHONE, LINE } |
Possible type list for AF path socket structure (AFSocket). More... | |
Data structures related to path management.
Definition in file AFSocket.h.
| #define MAXIMUM_SOCKETS 16 |
Definition at line 44 of file AFSocket.h.
Definition at line 137 of file AFSocket.h.
| enum CHANNEL |
Possible channel list for AF path socket structure (AFSocket).
Definition at line 47 of file AFSocket.h.
| enum DIRECTION |
Possible direction list for AF path socket structure (AFSocket).
Definition at line 63 of file AFSocket.h.
| enum POLARITY |
Possible polarity list for AF path socket structure (AFSocket).
Definition at line 55 of file AFSocket.h.
| enum TYPE |
Possible type list for AF path socket structure (AFSocket).
Definition at line 70 of file AFSocket.h.
1.6.1