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
fe3716d5
Commit
fe3716d5
authored
May 22, 2015
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix typo
parent
a2411a3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/vlc/libvlc_media_player.h
include/vlc/libvlc_media_player.h
+3
-3
No files found.
include/vlc/libvlc_media_player.h
View file @
fe3716d5
...
@@ -1425,7 +1425,7 @@ typedef enum libvlc_audio_output_channel_t {
...
@@ -1425,7 +1425,7 @@ typedef enum libvlc_audio_output_channel_t {
* Gets the list of available audio output modules.
* Gets the list of available audio output modules.
*
*
* \param p_instance libvlc instance
* \param p_instance libvlc instance
* \return list of available audio outputs. It must be freed
it
with
* \return list of available audio outputs. It must be freed with
* \see libvlc_audio_output_list_release \see libvlc_audio_output_t .
* \see libvlc_audio_output_list_release \see libvlc_audio_output_t .
* In case of error, NULL is returned.
* In case of error, NULL is returned.
*/
*/
...
@@ -1493,7 +1493,7 @@ char *libvlc_audio_output_device_id( libvlc_instance_t *, const char *, int );
...
@@ -1493,7 +1493,7 @@ char *libvlc_audio_output_device_id( libvlc_instance_t *, const char *, int );
*
*
* \param mp media player
* \param mp media player
* \return A NULL-terminated linked list of potential audio output devices.
* \return A NULL-terminated linked list of potential audio output devices.
* It must be freed
it
with libvlc_audio_output_device_list_release()
* It must be freed with libvlc_audio_output_device_list_release()
* \version LibVLC 2.2.0 or later.
* \version LibVLC 2.2.0 or later.
*/
*/
LIBVLC_API
libvlc_audio_output_device_t
*
LIBVLC_API
libvlc_audio_output_device_t
*
...
@@ -1517,7 +1517,7 @@ libvlc_audio_output_device_enum( libvlc_media_player_t *mp );
...
@@ -1517,7 +1517,7 @@ libvlc_audio_output_device_enum( libvlc_media_player_t *mp );
* \param psz_aout audio output name
* \param psz_aout audio output name
* (as returned by libvlc_audio_output_list_get())
* (as returned by libvlc_audio_output_list_get())
* \return A NULL-terminated linked list of potential audio output devices.
* \return A NULL-terminated linked list of potential audio output devices.
* It must be freed
it
with libvlc_audio_output_device_list_release()
* It must be freed with libvlc_audio_output_device_list_release()
* \version LibVLC 2.1.0 or later.
* \version LibVLC 2.1.0 or later.
*/
*/
LIBVLC_API
libvlc_audio_output_device_t
*
LIBVLC_API
libvlc_audio_output_device_t
*
...
...
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