Enumerations
The following enumerations are available globally.
-
The audio channel layout, one of
mono
,stereo
, orsurround
. The default when this element is absent isstereo
.Declaration
Swift
public enum AudioLayout : String, XMLRepresentable
-
The audio sample rate. The default value when this element is absent is
r48k
.Declaration
Swift
public enum AudioRate : String, XMLRepresentable
-
Describes the blend mode of a
MaskShape
orMaskIsolation
.Declaration
Swift
public enum BlendMode : String, XMLRepresentable
-
Color space is described in terms of its three components: color primaries, transfer characteristics, and matrix coefficients. For still images, the value can be sRGB IEC61966-2.1 or Adobe RGB (1998), in addition to those described in terms of components.
Declaration
Swift
public enum ColorSpace : String, XMLRepresentable
-
Defines the enabled source media type(s) for a clip.
Declaration
Swift
public enum EnabledSource : String, XMLRepresentable
-
An error thrown when FCPXML conversion fails.
See moreDeclaration
Swift
public enum FCPXMLError : Error
-
Declaration
Swift
public enum FadeType : String, XMLRepresentable
-
The field order for interlaced (upper first or lower first), or progressive video (progressive).
Declaration
Swift
public enum FieldOrder : String, XMLRepresentable
-
Enumerates the possible sequence frame rates supported by FCPX.
Declaration
Swift
public enum FrameRate : String, XMLRepresentable
-
Final Cut Pro X uses frame sampling to adjust playback speed for time maps and rate conforming. If both time maps and rate conforming are used on the same clip, the frame sampling method must be the same.
Declaration
Swift
public enum FrameSampling : String, XMLRepresentable
-
Enumerates the metadatum value types supported in FCPX.
Declaration
Swift
public enum MetadatumType : String, Codable, Equatable
-
The projection type, none for a traditional project or media, equirectangular or cubic for a 360 project or media.
Declaration
Swift
public enum Projection : String, XMLRepresentable
-
Enumerates the rules that can be applied when matching on various criteria in a
SmartCollection
.Declaration
Swift
public enum Rule : String, XMLRepresentable
-
Enumerates the supported stereoscopic modes in FCPX.
Declaration
Swift
public enum Stereoscopic : String, XMLRepresentable
-
Declaration
Swift
public enum TextAlignment : String, XMLRepresentable
-
Specifies the match criteria for
MatchTime
andMatchTimeRange
in aSmartCollection
.Declaration
Swift
public enum TimeMatchType : String, XMLRepresentable
-
The timecode display format, either drop frame (DF) or nondrop frame (NDF). The default when this element is absent is
nonDropFrame
.Declaration
Swift
public enum TimecodeFormat : String, XMLRepresentable