fromValue static method
Implementation
static ma_wasapi_usage fromValue(int value) => switch (value) {
0 => ma_wasapi_usage_default,
1 => ma_wasapi_usage_games,
2 => ma_wasapi_usage_pro_audio,
_ => throw ArgumentError('Unknown value for ma_wasapi_usage: $value'),
};