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

    Configuration for an overlay in the reframed video.

    interface Overlay {
        duration: string;
        mediaType: AudioVideoApiClient.OverlayMediaType;
        position: OverlayPosition;
        repeat?: AudioVideoApiClient.OverlayRepeat;
        scale: OverlayScale;
        source: OverlaySource;
        startTime: string;
    }
    Index

    Properties

    duration: string

    The duration of the overlay in the video.

    The media type of the overlay.

    position: OverlayPosition

    The position of the overlay.

    The repeat behavior of the overlay.

    The scale of the overlay.

    Details of the source including a pre-signed URL. See the list of allowed domains for storage.

    startTime: string

    The start time of the overlay in the video.