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

    Type Alias OverlayScale

    The scale of the overlay.

    type OverlayScale = {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    The height of the overlay.

    width: number

    The width of the overlay.