frame(at:tolerance:)
The closest frame to the given time within the given tolerance.
Declaration
final func frame(at time: CMTime, tolerance: CMTime) -> CNScript.Frame?Parameters
- time:
The time of interest.
- tolerance:
The tolerance time.
Return Value
The closest frame to the time of interest within the given tolerance.