CAClockSMPTEFormat

Type Alias CAClockSMPTEFormat 

Source
pub type CAClockSMPTEFormat = SMPTETimeType;
Available on crate feature objc2-core-audio-types only.
Expand description

A SMPTE format, specifying the frames per second (fps) and whether it is drop frame.

The possible values of a CAClockSMPTEFormat are found in <CoreAudioTypes /CoreAudioTypes.h>. Values include kSMPTETimeType30, kSMPTETimeType30Drop, etc. Note that formats with more than 30 fps are not usable with MIDI Time Code.

See also Apple’s documentation

Aliased Type§

#[repr(transparent)]
pub struct CAClockSMPTEFormat(pub u32);

Tuple Fields§

§0: u32