ResolvedAudioTrack constructor
const
ResolvedAudioTrack({})
Creates a resolved track over the authored source.
Implementation
const ResolvedAudioTrack({
required this.source,
this.delayMs = 0,
this.volume = 1,
this.trimStartSeconds,
this.trimEndSeconds,
this.fadeInSeconds,
this.fadeOutSeconds,
this.fadeOutStartSeconds = 0,
this.loop = false,
});