Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
5abfcea3
Commit
5abfcea3
authored
Feb 28, 2010
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix doxygen documentation.
parent
dcd59284
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
include/vlc/libvlc_media_list_player.h
include/vlc/libvlc_media_list_player.h
+14
-0
No files found.
include/vlc/libvlc_media_list_player.h
View file @
5abfcea3
...
...
@@ -79,6 +79,7 @@ VLC_PUBLIC_API void
* Return the event manager of this media_list_player.
*
* \param p_mlp media list player instance
* \return the event manager
*/
VLC_PUBLIC_API
libvlc_event_manager_t
*
libvlc_media_list_player_event_manager
(
libvlc_media_list_player_t
*
p_mlp
);
...
...
@@ -94,6 +95,12 @@ VLC_PUBLIC_API void
libvlc_media_list_player_t
*
p_mlp
,
libvlc_media_player_t
*
p_mi
);
/**
* Set the media list associated with the player
*
* \param p_mlp media list player instance
* \param p_mlist list of media
*/
VLC_PUBLIC_API
void
libvlc_media_list_player_set_media_list
(
libvlc_media_list_player_t
*
p_mlp
,
...
...
@@ -144,6 +151,13 @@ VLC_PUBLIC_API
int
libvlc_media_list_player_play_item_at_index
(
libvlc_media_list_player_t
*
p_mlp
,
int
i_index
);
/**
* Play the given media item
*
* \param p_mlp media list player instance
* \param p_md the media instance
* \return 0 upon success, -1 if the media is not part of the media list
*/
VLC_PUBLIC_API
int
libvlc_media_list_player_play_item
(
libvlc_media_list_player_t
*
p_mlp
,
libvlc_media_t
*
p_md
);
...
...
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