AVCaptureTimecode.AddFrames(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.