AVCaptureTimecode Constructor
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.
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.