Interface PlayerOptions

PlayerOptions ($ref: "Player.Options") Represents options for the player.

interface PlayerOptions {
    playername?: null | string;
    repeat?: null | PlayerRepeat;
    resume?: number | boolean | PlayerPositionTime;
    shuffled?: null | boolean;
}

Properties

playername?: null | string
repeat?: null | PlayerRepeat
resume?: number | boolean | PlayerPositionTime
shuffled?: null | boolean