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

    Interface OverlayV2

    interface OverlayV2 {
        duration?: string;
        position?: PositionV2;
        repeat?: OverlayV2Repeat;
        scale?: ScaleV2;
        source?: Source;
        startTime?: string;
    }
    Index

    Properties

    duration?: string

    Duration of the overlay in the format HH:MM:SS:FF.

    position?: PositionV2

    Repeat behavior for GIF overlay (optional).

    scale?: ScaleV2
    source?: Source
    startTime?: string

    Start time for the overlay in the format HH:MM:SS:FF.