Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f05d228d
Commit
f05d228d
authored
Dec 14, 2006
by
Olivier Aubert
Browse files
include/vlc/mediacontrol.h: define mediacontrol_playlist_next_item prototype
parent
f386482a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc/mediacontrol.h
View file @
f05d228d
...
...
@@ -275,6 +275,14 @@ mediacontrol_PlaylistSeq *
mediacontrol_playlist_get_list
(
mediacontrol_Instance
*
self
,
mediacontrol_Exception
*
exception
);
/**
* Play the next item
* \param self the mediacontrol instance
* \param exception an initialized exception pointer
*/
void
mediacontrol_playlist_next_item
(
mediacontrol_Instance
*
self
,
mediacontrol_Exception
*
exception
);
/*****************************************************************************
* A/V functions
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment