TracktionEngine
Loading...
Searching...
No Matches
Public Attributes | List of all members
tracktion::engine::dawproject::ParseOptions Struct Reference

Options for parsing a DAWproject file. More...

#include <tracktion_DAWproject.h>

Public Attributes

bool extractAudioFiles = true
 If true, audio files referenced in the project will be extracted to a temp directory.
 
juce::File audioFileDestination
 If set, audio files will be extracted to this directory instead of a temp directory.
 
Edit::EditRole editRole = Edit::EditRole::forEditing
 The EditRole to use when creating the Edit.
 

Detailed Description

Options for parsing a DAWproject file.

Member Data Documentation

◆ extractAudioFiles

bool tracktion::engine::dawproject::ParseOptions::extractAudioFiles = true

If true, audio files referenced in the project will be extracted to a temp directory.

◆ audioFileDestination

juce::File tracktion::engine::dawproject::ParseOptions::audioFileDestination

If set, audio files will be extracted to this directory instead of a temp directory.

◆ editRole

Edit::EditRole tracktion::engine::dawproject::ParseOptions::editRole = Edit::EditRole::forEditing

The EditRole to use when creating the Edit.


The documentation for this struct was generated from the following file: