Share via


AVCaptureTimecode Constructor

Definition

Initializes a new instance of the AVCaptureTimecode structure.

public AVCaptureTimecode(byte hours, byte minutes, byte seconds, byte frames, uint userBits, CoreMedia.CMTime frameDuration, AVFoundation.AVCaptureTimecodeSourceType sourceType);
new AVFoundation.AVCaptureTimecode : byte * byte * byte * byte * uint32 * CoreMedia.CMTime * AVFoundation.AVCaptureTimecodeSourceType -> AVFoundation.AVCaptureTimecode

Parameters

hours
Byte

The hour component of the timecode.

minutes
Byte

The minute component of the timecode.

seconds
Byte

The second component of the timecode.

frames
Byte

The frame component of the timecode.

userBits
UInt32

The SMPTE user bits for additional metadata.

frameDuration
CMTime

The duration of each frame.

sourceType
AVCaptureTimecodeSourceType

The source type of the timecode.

Applies to