TrackInfo constructor
TrackInfo({
- required double duration,
- required double sampleMd5,
- required double offsetSeconds,
- required int windowSeconds,
- required int analysisSampleRate,
- required int analysisChannels,
- required int endOfFadeIn,
- required int startOfFadeOut,
- required double loudness,
- required double tempo,
- required double tempoConfidence,
- required int timeSignature,
- required double timeSignatureConfidence,
- required int key,
- required double keyConfidence,
- required int mode,
- required double modeConfidence,
- required String codestring,
- required int codeVersion,
- required String echoprintstring,
- required int echoprintVersion,
- required String synchstring,
- required int synchVersion,
- required String rhythmstring,
- required int rhythmVersion,
Implementation
TrackInfo({
required this.duration,
required this.sampleMd5,
required this.offsetSeconds,
required this.windowSeconds,
required this.analysisSampleRate,
required this.analysisChannels,
required this.endOfFadeIn,
required this.startOfFadeOut,
required this.loudness,
required this.tempo,
required this.tempoConfidence,
required this.timeSignature,
required this.timeSignatureConfidence,
required this.key,
required this.keyConfidence,
required this.mode,
required this.modeConfidence,
required this.codestring,
required this.codeVersion,
required this.echoprintstring,
required this.echoprintVersion,
required this.synchstring,
required this.synchVersion,
required this.rhythmstring,
required this.rhythmVersion,
});