SoundCard

interface SoundCard

Represents a sound card in the system. This interface provides details about the sound card's driver version, name, and codec type.

Author

N7ghtm4r3

Inheritors

SoundCardImpl

Properties

Link copied to clipboard
abstract val codec: String

codec The codec used by the sound card (e.g., "Realtek ALC1220").

Link copied to clipboard
abstract val driverVersion: String

driverVersion The version of the driver for the sound card.

Link copied to clipboard
abstract val name: String

name The name of the sound card (e.g., "Realtek High Definition Audio").