adobe-firefly-sdk
    Preparing search index...

    Type Alias AspectRatioV2

    Aspect ratio specification for video output.

    type AspectRatioV2 = {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    AspectRatio x ratio.

    y: number

    AspectRatio y ratio.