13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"description": "A more advanced media controller interface, supporting fast forward and rewind",
|
|
"extends": "mediacontroller",
|
|
"actions": [
|
|
{
|
|
"name": "fastRewind"
|
|
},
|
|
{
|
|
"name": "fastForward"
|
|
}
|
|
]
|
|
}
|