Enumeration

AgsAudioGstreamerPortFlags

Declaration

flags AgsAudio.GstreamerPortFlags

Description [src]

Enum values to control the behavior or indicate internal state of AgsGstreamerPort by enable/disable as flags.

Members

AGS_GSTREAMER_PORT_REGISTERED

The port was registered.

  • Value: 1
  • Available since: 7.0
AGS_GSTREAMER_PORT_IS_AUDIO

The port provides audio data.

  • Value: 2
  • Available since: 7.0
AGS_GSTREAMER_PORT_IS_MIDI

The port provides midi data.

  • Value: 4
  • Available since: 7.0
AGS_GSTREAMER_PORT_IS_OUTPUT

The port does output.

  • Value: 8
  • Available since: 7.0
AGS_GSTREAMER_PORT_IS_INPUT

The port does input.

  • Value: 16
  • Available since: 7.0