menu
runanywhere package
documentation
core/models/audio_format.dart
AudioMetadata
AudioMetadata.new constructor
AudioMetadata.new constructor
dark_mode
light_mode
AudioMetadata
constructor
AudioMetadata
(
{
int
channelCount
=
1
,
int
?
bitDepth
,
String
?
codec
,
})
Implementation
AudioMetadata({ this.channelCount = 1, this.bitDepth, this.codec, });
runanywhere package
documentation
core/models/audio_format
AudioMetadata
AudioMetadata.new constructor
AudioMetadata class