Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
e959f201
Commit
e959f201
authored
Feb 01, 2016
by
Olivier Aubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix parameter names in doxygen documentation
parent
af056103
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
include/vlc/libvlc_media_player.h
include/vlc/libvlc_media_player.h
+9
-9
No files found.
include/vlc/libvlc_media_player.h
View file @
e959f201
...
...
@@ -549,7 +549,7 @@ LIBVLC_API void *libvlc_media_player_get_hwnd ( libvlc_media_player_t *p_mi );
*
* \param p_mi the media player
* \param p_jvm the Java VM of the android process.
* \param awindow_handler org.videolan.libvlc.IAWindowNativeHandler jobject
* \param
p_
awindow_handler org.videolan.libvlc.IAWindowNativeHandler jobject
* implemented by the org.videolan.libvlc.MediaPlayer class from the
* libvlc-android project.
*/
...
...
@@ -1214,7 +1214,7 @@ LIBVLC_DEPRECATED LIBVLC_API libvlc_track_description_t *
* \version LibVLC 3.0.0 and later.
*
* \param p_mi the media player
* \param address to store an allocated array of title descriptions
* \param
titles
address to store an allocated array of title descriptions
* descriptions (must be freed with libvlc_title_descriptions_release()
* by the caller) [OUT]
*
...
...
@@ -1228,8 +1228,8 @@ LIBVLC_API int libvlc_media_player_get_full_title_descriptions( libvlc_media_pla
*
* \version LibVLC 3.0.0 and later
*
* \param title description array to release
* \param number of title descriptions to release
* \param
p_titles
title description array to release
* \param
i_count
number of title descriptions to release
*/
LIBVLC_API
void
libvlc_title_descriptions_release
(
libvlc_title_description_t
**
p_titles
,
...
...
@@ -1241,8 +1241,8 @@ LIBVLC_API
* \version LibVLC 3.0.0 and later.
*
* \param p_mi the media player
* \param index of the title to query for chapters (uses current title if set to -1)
* \param address to store an allocated array of chapter descriptions
* \param i
_chapters_of_title i
ndex of the title to query for chapters (uses current title if set to -1)
* \param
pp_chapters
address to store an allocated array of chapter descriptions
* descriptions (must be freed with libvlc_chapter_descriptions_release()
* by the caller) [OUT]
*
...
...
@@ -1257,8 +1257,8 @@ LIBVLC_API int libvlc_media_player_get_full_chapter_descriptions( libvlc_media_p
*
* \version LibVLC 3.0.0 and later
*
* \param chapter description array to release
* \param number of chapter descriptions to release
* \param
p_chapters
chapter description array to release
* \param
i_count
number of chapter descriptions to release
*/
LIBVLC_API
void
libvlc_chapter_descriptions_release
(
libvlc_chapter_description_t
**
p_chapters
,
...
...
@@ -1648,7 +1648,7 @@ libvlc_audio_output_device_enum( libvlc_media_player_t *mp );
* explicit audio device.
*
* \param p_instance libvlc instance
* \param
psz_
aout audio output name
* \param aout audio output name
* (as returned by libvlc_audio_output_list_get())
* \return A NULL-terminated linked list of potential audio output devices.
* It must be freed with libvlc_audio_output_device_list_release()
...
...
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