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

    Type Alias OverlayPosition

    The position of the overlay.

    type OverlayPosition = {
        anchorPoint: AudioVideoApiClient.OverlayPositionAnchorPoint;
        offsetX: number;
        offsetY: number;
    }
    Index

    Properties

    The anchor point of the overlay.

    offsetX: number

    The X offset of the overlay from the anchor point.

    offsetY: number

    The Y offset of the overlay from the anchor point.