blob: 45bf73cb7b8498c68fd34696331ab2c2f974e678 [file] [log] [blame]
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
{
"namespace": "mediaPlayerPrivate",
"compiler_options": {
"implemented_in": "chrome/browser/chromeos/extensions/media_player_api.h"
},
"description": "none",
"platforms": ["chromeos"],
"events": [
{
"name": "onNextTrack",
"type": "function",
"description": "Notifies that the next track was requested.",
"parameters": []
},
{
"name": "onPrevTrack",
"type": "function",
"description": "Notifies that the previous tack was requested.",
"parameters": []
},
{
"name": "onTogglePlayState",
"type": "function",
"description": "Notifies that a play/pause toggle was requested.",
"parameters": []
}
]
}
]