Enumeration

ValentMixerDirection

unstable since: 1.0

Declaration

enum Valent.MixerDirection

Description [src]

Enumeration of stream directions.

Available since: 1.0

Members

VALENT_MIXER_INPUT

An input stream or “source” (eg. microphone)

  • Value: 0
  • Nickname: input
  • Available since: 1.0
VALENT_MIXER_OUTPUT

An output stream or “sink” (eg. speakers)

  • Value: 1
  • Nickname: output
  • Available since: 1.0