finalizeAndFinish(through:)
Finishes analysis after finalizing results for a given time-code.
Declaration
final func finalizeAndFinish(through: CMTime) async throwsParameters
- through:
A time-code of the last audio sample that you want to analyze.
Discussion
This method finalizes like finalize(through:) and finishes analysis like finish(after:).