The direction of a pa_stream object
Invalid direction
Playback stream
Record stream
Sample upload stream
Definition at line 128 of file def.h.
{ PA_STREAM_NODIRECTION, /**< Invalid direction */ PA_STREAM_PLAYBACK, /**< Playback stream */ PA_STREAM_RECORD, /**< Record stream */ PA_STREAM_UPLOAD /**< Sample upload stream */ } pa_stream_direction_t;