menu
js_bindings package
documentation
bindings/webcodecs.dart
AudioSampleFormat
fromValue static method
fromValue static method
dark_mode
light_mode
fromValue
static method
AudioSampleFormat
fromValue
(
String
value
)
Implementation
static AudioSampleFormat fromValue(String value) => values.firstWhere((e) => e.value == value);
js_bindings package
documentation
bindings/webcodecs
AudioSampleFormat
fromValue static method
AudioSampleFormat enum