pa_direction

Direction bitfield - while we currently do not expose anything bidirectional, one should test against the bit instead of the value (e.g.\ if (d & PA_DIRECTION_OUTPUT)), because we might add bidirectional stuff in the future. \since 2.0

Values

ValueMeaning
PA_DIRECTION_OUTPUT0x0001U

< Output direction

PA_DIRECTION_INPUT0x0002U

< Input direction

Meta