Documentation
    Preparing search index...

    Interface ClipPlayerObject

    interface ClipPlayerObject {
        autoplay: boolean;
        clip: null | MediaClipRef;
        color: ColorRGB;
        colorOverwrite: boolean;
        position: number;
        remainingTime: string;
        repeat: boolean;
        tally: number;
        timecode: string;
        tms: PlayerTMS;
    }
    Index

    Properties

    autoplay: boolean
    clip: null | MediaClipRef

    [ ObjectID ]

    color: ColorRGB

    RGB color value

    rgb(255,0,0)
    
    colorOverwrite: boolean
    position: number

    int

    remainingTime: string
    repeat: boolean
    tally: number

    int

    timecode: string