TrackNativeInfo constructor
const
TrackNativeInfo({})
Implementation
const TrackNativeInfo({
required this.sampleRate,
required this.bitDepth,
required this.channels,
required this.bitrateKbps,
required this.isFloat,
required this.durationSecs,
required this.fileSizeBytes,
required this.formatName,
});