Expand description

Provides a Rust layer over Creative’s COM SoundCore API.

  1. Use media::DeviceEnumerator to find a device.
  2. Use SoundCore::for_device to get a SoundCore for that device.

Structs

Provides control of Creative SoundBlaster features.

Iterates over events produced through the SoundCore API.

Represents a feature of a device.

Iterates over features of a device.

Represents a parameter of a feature.

Iterates over the parameters of a feature.

Enums

Describes an error that occurred while acting on Creative’s SoundCore API.

Describes an event produced through the SoundCore API.

Captures the value of a parameter.

Constants