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

    Настройки платформы

    interface PlatformSpecs {
        aspectRatio: string;
        audioCodec: string;
        description: string;
        displayName: string;
        framerate: number;
        maxBitrate: number;
        maxDuration: number;
        maxFileSize: number;
        minDuration: number;
        name: string;
        recommendedResolution: { height: number; width: number };
        supportedFormats: string[];
        videoCodec: string;
    }
    Index

    Properties

    aspectRatio: string
    audioCodec: string
    description: string
    displayName: string
    framerate: number
    maxBitrate: number
    maxDuration: number
    maxFileSize: number
    minDuration: number
    name: string
    recommendedResolution: { height: number; width: number }
    supportedFormats: string[]
    videoCodec: string