Member Junction
    Preparing search index...

    Cancelable seek event. FromMs/ToMs describe the pending reposition.

    interface MediaSeekEvent {
        Cancel: boolean;
        FromMs: number;
        ToMs: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Cancel: boolean

    Set to true in a handler to prevent the pending action.

    FromMs: number

    Current playback position, in milliseconds, before the seek.

    ToMs: number

    Target playback position, in milliseconds, after the seek.