Preparing search index...
The search index is not available
kodi-jsonrpc-api
kodi-jsonrpc-api
PlayerOptions
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
;
}
Index
Properties
playername?
repeat?
resume?
shuffled?
Properties
Optional
playername
playername
?:
null
|
string
Optional
repeat
repeat
?:
null
|
PlayerRepeat
Optional
resume
resume
?:
number
|
boolean
|
PlayerPositionTime
Optional
shuffled
shuffled
?:
null
|
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
playername
repeat
resume
shuffled
kodi-jsonrpc-api
Loading...
PlayerOptions ($ref: "Player.Options") Represents options for the player.