Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface SocialNetworkLimits {
        descriptionMaxLength: number;
        maxDuration: number;
        maxFileSize: number;
        maxResolution: string;
        minDuration?: number;
        recommendedAspectRatios: string[];
        supportedFormats: string[];
        tagMaxLength: number;
        tagsMaxCount: number;
        titleMaxLength: number;
    }
    Index

    Properties

    descriptionMaxLength: number
    maxDuration: number
    maxFileSize: number
    maxResolution: string
    minDuration?: number
    recommendedAspectRatios: string[]
    supportedFormats: string[]
    tagMaxLength: number
    tagsMaxCount: number
    titleMaxLength: number