EventItems

public struct EventItems : Equatable

A container for the possible event items that can be included in a FCPXML document. See FCPXMLDocument.Configuration for possible document configurations.

  • The clips to include in the FCPXMLDocument.

    Declaration

    Swift

    public var clips: [Clip]
  • The auditions to include in the FCPXMLDocument.

    Declaration

    Swift

    public var auditions: [Audition]
  • The multicam clips to include in the FCPXMLDocument.

    Declaration

    Swift

    public var multicamClips: [MulticamClip]
  • The reference clips to include in the FCPXMLDocument.

    Declaration

    Swift

    public var referenceClips: [ReferenceClip]
  • The sync clips to include in the FCPXMLDocument.

    Declaration

    Swift

    public var syncClips: [SyncClip]
  • The asset clips to include in the FCPXMLDocument.

    Declaration

    Swift

    public var assetClips: [AssetClip]
  • The collection folders to include in the FCPXMLDocument.

    Declaration

    Swift

    public var collectionFolders: [CollectionFolder]
  • The keyword collections to include in the FCPXMLDocument.

    Declaration

    Swift

    public var keywordCollections: [KeywordCollection]
  • The smart collections to include in the FCPXMLDocument.

    Declaration

    Swift

    public var smartCollections: [SmartCollection]
  • The projects to include in the FCPXMLDocument.

    Declaration

    Swift

    public var projects: [Project]