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

    Параметры для пакетной операции

    interface BatchOperationParams {
        clipIds: string[];
        maxConcurrent?: number;
        operation: BatchOperationType;
        options: Record<string, any>;
        priority?: "low" | "medium" | "high";
        progressCallback?: (progress: BatchProgress) => void;
        retryOnFailure?: boolean;
    }
    Index

    Properties

    clipIds: string[]
    maxConcurrent?: number
    options: Record<string, any>
    priority?: "low" | "medium" | "high"
    progressCallback?: (progress: BatchProgress) => void
    retryOnFailure?: boolean