win32audio library
Classes
- Audio
- Main class for interacting with Windows Audio APIs.
- AudioDevice
- Represents a single audio device (Input or Output) on Windows.
- ProcessVolume
- Represents the volume control status of a specific process.
- WinIcons
- Utility class for extracting icons from files and windows on Windows.
Enums
- AudioDeviceType
- Enumeration of audio device types.
- AudioRole
- Enumeration of audio roles for Windows Multimedia devices.
Constants
- audioMethodChannel → const MethodChannel
- The MethodChannel used for communicating with the native Windows implementation.
Functions
-
nativeIconToBytes(
String iconlocation, {int iconID = 0}) → Future< Uint8List?> - Helper function to convert a native icon location to bytes.