Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
1f029c70
Commit
1f029c70
authored
Feb 16, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document a bit playlist event variable.
parent
2522756e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
include/vlc_playlist.h
include/vlc_playlist.h
+6
-1
No files found.
include/vlc_playlist.h
View file @
1f029c70
...
@@ -118,9 +118,14 @@ TYPEDEF_ARRAY(playlist_item_t*, playlist_item_array_t);
...
@@ -118,9 +118,14 @@ TYPEDEF_ARRAY(playlist_item_t*, playlist_item_array_t);
* The playlist defines the following event variables:
* The playlist defines the following event variables:
* - "item-change": It will contains the input_item_t->i_id of a changed input
* - "item-change": It will contains the input_item_t->i_id of a changed input
* item monitored by the playlist.
* item monitored by the playlist.
* - "item-deleted": It will contains the playlist_item_t->i_id of a deleted
* playlist_item_t.
* - "item-append": It will contains a pointer to a playlist_add_t.
* - "playlist-current": It will contains a input_item_t->i_id of the current
* item being played.
*
*
* XXX Be really carefull, playlist_item_t->i_id and input_item_t->i_id are not
* XXX Be really carefull, playlist_item_t->i_id and input_item_t->i_id are not
* the same.
* the same.
Yes, the situation is pretty bad.
*
*
* @{
* @{
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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