outputDuration
The output duration of the sample buffer.
Declaration
var outputDuration: CMTime { get }Discussion
This value is the duration minus any trimmed duration divided by multiplier:
(Duration - TrimDurationAtStart - TrimDurationAtEnd) / SpeedMultiplier
This value is invalid if there’s an error.
``