Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Interface CompilerSettings

    interface CompilerSettings {
        cache_size_mb: number;
        hardware_acceleration: boolean;
        max_concurrent_jobs: number;
        temp_directory: string;
    }
    Index

    Properties

    cache_size_mb: number
    hardware_acceleration: boolean
    max_concurrent_jobs: number
    temp_directory: string