Enumeration

AgsAudioSFZSampleFlags

since: 6.0

Declaration

flags AgsAudio.SFZSampleFlags

Description [src]

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

Available since: 6.0

Members

AGS_SFZ_SAMPLE_ADDED_TO_REGISTRY

The sfz sample was added to registry, see AgsConnectable::add_to_registry()

  • Value: 1
  • Nickname: None
  • Available since: 6.0
AGS_SFZ_SAMPLE_CONNECTED

Indicates the sfz sample was connected by calling AgsConnectable::connect()

  • Value: 2
  • Nickname: None
  • Available since: 6.0