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
a2411a3c
Commit
a2411a3c
authored
May 22, 2015
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: specify how to free libvlc_track_description_t
parent
ecfd0b79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
include/vlc/libvlc_media_player.h
include/vlc/libvlc_media_player.h
+10
-5
No files found.
include/vlc/libvlc_media_player.h
View file @
a2411a3c
...
@@ -1072,7 +1072,8 @@ LIBVLC_API int libvlc_video_get_spu_count( libvlc_media_player_t *p_mi );
...
@@ -1072,7 +1072,8 @@ LIBVLC_API int libvlc_video_get_spu_count( libvlc_media_player_t *p_mi );
* Get the description of available video subtitles.
* Get the description of available video subtitles.
*
*
* \param p_mi the media player
* \param p_mi the media player
* \return list containing description of available video subtitles
* \return list containing description of available video subtitles.
* It must be freed with libvlc_track_description_list_release()
*/
*/
LIBVLC_API
libvlc_track_description_t
*
LIBVLC_API
libvlc_track_description_t
*
libvlc_video_get_spu_description
(
libvlc_media_player_t
*
p_mi
);
libvlc_video_get_spu_description
(
libvlc_media_player_t
*
p_mi
);
...
@@ -1123,7 +1124,8 @@ LIBVLC_API int libvlc_video_set_spu_delay( libvlc_media_player_t *p_mi, int64_t
...
@@ -1123,7 +1124,8 @@ LIBVLC_API int libvlc_video_set_spu_delay( libvlc_media_player_t *p_mi, int64_t
* Get the description of available titles.
* Get the description of available titles.
*
*
* \param p_mi the media player
* \param p_mi the media player
* \return list containing description of available titles
* \return list containing description of available titles.
* It must be freed with libvlc_track_description_list_release()
*/
*/
LIBVLC_API
libvlc_track_description_t
*
LIBVLC_API
libvlc_track_description_t
*
libvlc_video_get_title_description
(
libvlc_media_player_t
*
p_mi
);
libvlc_video_get_title_description
(
libvlc_media_player_t
*
p_mi
);
...
@@ -1133,7 +1135,8 @@ LIBVLC_API libvlc_track_description_t *
...
@@ -1133,7 +1135,8 @@ LIBVLC_API libvlc_track_description_t *
*
*
* \param p_mi the media player
* \param p_mi the media player
* \param i_title selected title
* \param i_title selected title
* \return list containing description of available chapter for title i_title
* \return list containing description of available chapter for title i_title.
* It must be freed with libvlc_track_description_list_release()
*/
*/
LIBVLC_API
libvlc_track_description_t
*
LIBVLC_API
libvlc_track_description_t
*
libvlc_video_get_chapter_description
(
libvlc_media_player_t
*
p_mi
,
int
i_title
);
libvlc_video_get_chapter_description
(
libvlc_media_player_t
*
p_mi
,
int
i_title
);
...
@@ -1190,7 +1193,8 @@ LIBVLC_API int libvlc_video_get_track_count( libvlc_media_player_t *p_mi );
...
@@ -1190,7 +1193,8 @@ LIBVLC_API int libvlc_video_get_track_count( libvlc_media_player_t *p_mi );
* Get the description of available video tracks.
* Get the description of available video tracks.
*
*
* \param p_mi media player
* \param p_mi media player
* \return list with description of available video tracks, or NULL on error
* \return list with description of available video tracks, or NULL on error.
* It must be freed with libvlc_track_description_list_release()
*/
*/
LIBVLC_API
libvlc_track_description_t
*
LIBVLC_API
libvlc_track_description_t
*
libvlc_video_get_track_description
(
libvlc_media_player_t
*
p_mi
);
libvlc_video_get_track_description
(
libvlc_media_player_t
*
p_mi
);
...
@@ -1672,7 +1676,8 @@ LIBVLC_API int libvlc_audio_get_track_count( libvlc_media_player_t *p_mi );
...
@@ -1672,7 +1676,8 @@ LIBVLC_API int libvlc_audio_get_track_count( libvlc_media_player_t *p_mi );
* Get the description of available audio tracks.
* Get the description of available audio tracks.
*
*
* \param p_mi media player
* \param p_mi media player
* \return list with description of available audio tracks, or NULL
* \return list with description of available audio tracks, or NULL.
* It must be freed with libvlc_track_description_list_release()
*/
*/
LIBVLC_API
libvlc_track_description_t
*
LIBVLC_API
libvlc_track_description_t
*
libvlc_audio_get_track_description
(
libvlc_media_player_t
*
p_mi
);
libvlc_audio_get_track_description
(
libvlc_media_player_t
*
p_mi
);
...
...
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