Resources
public struct Resources : XMLRepresentable
A container for the resources contained in a FCPXML document.
-
The assets included in a FCPXML document.
Declaration
Swift
public var assets: [Asset] -
The effects included in a FCPXML document.
Declaration
Swift
public var effects: [Effect] -
The formats included in a FCPXML document.
Declaration
Swift
public var formats: [Format] -
The media included in a FCPXML document.
Declaration
Swift
public var medias: [Media] -
Initializes a container of FCPXML resources.
Declaration
Parameters
assetsThe assets to include in a FCPXML document.
effectsThe effects to include in a FCPXML document.
formatsThe formats to include in a FCPXML document.
mediasThe medias to include in a FCPXML document.
Resources Structure Reference