Lines Matching refs:direction
150 There is another subscription type for opposite direction:
1094 * Since a sequencer handle can duplex streams, you need to set which direction(s)
2329 * \brief Get the direction of the port
2331 * \return the direction of the port
2338 return info->direction;
2533 * \brief Set the direction of the port
2535 * \param direction the port direction
2539 void snd_seq_port_info_set_direction(snd_seq_port_info_t *info, int direction)
2542 info->direction = direction;