Share via


AVCaptureTimecode.AddFrames(Int64) Method

Definition

Generates a new timecode by adding a specified number of frames to this timecode.

public AVFoundation.AVCaptureTimecode AddFrames(long framesToAdd);
member this.AddFrames : int64 -> AVFoundation.AVCaptureTimecode

Parameters

framesToAdd
Int64

The number of frames to add to the timecode.

Returns

A new timecode with the updated time values after adding the specified frames.

Remarks

This method handles overflow for seconds, minutes, and hours appropriately.

Applies to