@musallam/audio-video-client
    Preparing search index...

    Interface AspectRatioV2

    Aspect ratio specification for video output.

    interface AspectRatioV2 {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    AspectRatio x ratio.

    y: number

    AspectRatio y ratio.