Enumerations

The following enumerations are available globally.

  • The audio channel layout, one of mono, stereo, or surround. The default when this element is absent is stereo.

    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
  • 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
  • An error thrown when FCPXML conversion fails.

    See more

    Declaration

    Swift

    public enum FCPXMLError : Error
  • 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
  • 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