Spine

Undocumented

  • The audios contained in the spine.

    Declaration

    Swift

    public var audios: [Audio]
  • The videos contained in the spine.

    Declaration

    Swift

    public var videos: [Video]
  • The clips contained in the spine.

    Declaration

    Swift

    public var clips: [Clip]
  • The titles contained in the spine.

    Declaration

    Swift

    public var titles: [Title]
  • The multicam clips contained in the spine.

    Declaration

    Swift

    public var multicamClips: [MulticamClip]
  • The reference clips contained in the spine.

    Declaration

    Swift

    public var referenceClips: [ReferenceClip]
  • The sync clips contained in the spine.

    Declaration

    Swift

    public var syncClips: [SyncClip]
  • The asset clips contained in the spine.

    Declaration

    Swift

    public var assetClips: [AssetClip]
  • The auditions contained in the spine.

    Declaration

    Swift

    public var auditions: [Audition]
  • The gaps contained in the spine.

    Declaration

    Swift

    public var gaps: [Gap]
  • The transitions contained in the spine.

    Declaration

    Swift

    public var transitions: [Transition]
  • The lane of the spine.

    Declaration

    Swift

    public var lane: Int?
  • The offset of the spine.

    Declaration

    Swift

    public var offset: CMTime?
  • The name of the spine.

    Declaration

    Swift

    public var name: String?
  • The identifier of the Format resource referenced by the asset.

    Declaration

    Swift

    public var formatID: String?