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
b5a844bc
Commit
b5a844bc
authored
Jul 29, 2009
by
Olivier Aubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comments in include files
parent
f83867bb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
include/vlc/libvlc_media_player.h
include/vlc/libvlc_media_player.h
+4
-2
include/vlc/libvlc_vlm.h
include/vlc/libvlc_vlm.h
+0
-1
No files found.
include/vlc/libvlc_media_player.h
View file @
b5a844bc
...
@@ -324,8 +324,8 @@ VLC_PUBLIC_API float libvlc_media_player_get_position( libvlc_media_player_t *,
...
@@ -324,8 +324,8 @@ VLC_PUBLIC_API float libvlc_media_player_get_position( libvlc_media_player_t *,
* Set movie position.
* Set movie position.
*
*
* \param p_mi the Media Player
* \param p_mi the Media Player
* \param f_pos the position
* \param p_e an initialized exception pointer
* \param p_e an initialized exception pointer
* \return movie position
*/
*/
VLC_PUBLIC_API
void
libvlc_media_player_set_position
(
libvlc_media_player_t
*
,
float
,
libvlc_exception_t
*
);
VLC_PUBLIC_API
void
libvlc_media_player_set_position
(
libvlc_media_player_t
*
,
float
,
libvlc_exception_t
*
);
...
@@ -535,6 +535,7 @@ VLC_PUBLIC_API int libvlc_video_get_width( libvlc_media_player_t *, libvlc_excep
...
@@ -535,6 +535,7 @@ VLC_PUBLIC_API int libvlc_video_get_width( libvlc_media_player_t *, libvlc_excep
* See also libvlc_video_set_scale().
* See also libvlc_video_set_scale().
*
*
* \param p_mediaplayer the media player
* \param p_mediaplayer the media player
* \param p_e an initialized exception pointer
* \return the currently configured zoom factor, or 0. if the video is set
* \return the currently configured zoom factor, or 0. if the video is set
* to fit to the output window/drawable automatically.
* to fit to the output window/drawable automatically.
*/
*/
...
@@ -551,6 +552,7 @@ VLC_PUBLIC_API float libvlc_video_get_scale( libvlc_media_player_t *,
...
@@ -551,6 +552,7 @@ VLC_PUBLIC_API float libvlc_video_get_scale( libvlc_media_player_t *,
*
*
* \param p_mediaplayer the media player
* \param p_mediaplayer the media player
* \param i_factor the scaling factor, or zero
* \param i_factor the scaling factor, or zero
* \param p_e an initialized exception pointer
*/
*/
VLC_PUBLIC_API
void
libvlc_video_set_scale
(
libvlc_media_player_t
*
,
float
,
VLC_PUBLIC_API
void
libvlc_video_set_scale
(
libvlc_media_player_t
*
,
float
,
libvlc_exception_t
*
p_e
);
libvlc_exception_t
*
p_e
);
...
@@ -985,7 +987,7 @@ VLC_PUBLIC_API void libvlc_audio_set_volume( libvlc_instance_t *, int, libvlc_ex
...
@@ -985,7 +987,7 @@ VLC_PUBLIC_API void libvlc_audio_set_volume( libvlc_instance_t *, int, libvlc_ex
*/
*/
VLC_PUBLIC_API
int
libvlc_audio_get_track_count
(
libvlc_media_player_t
*
,
libvlc_exception_t
*
);
VLC_PUBLIC_API
int
libvlc_audio_get_track_count
(
libvlc_media_player_t
*
,
libvlc_exception_t
*
);
/**
/**
* Get the description of available audio tracks.
* Get the description of available audio tracks.
*
*
* \param p_mi media player
* \param p_mi media player
...
...
include/vlc/libvlc_vlm.h
View file @
b5a844bc
...
@@ -338,7 +338,6 @@ VLC_PUBLIC_API int libvlc_vlm_get_media_instance_seekable( libvlc_instance_t *,
...
@@ -338,7 +338,6 @@ VLC_PUBLIC_API int libvlc_vlm_get_media_instance_seekable( libvlc_instance_t *,
* The p_event_manager is immutable, so you don't have to hold the lock
* The p_event_manager is immutable, so you don't have to hold the lock
*
*
* \param p_instance a libvlc instance
* \param p_instance a libvlc instance
* \param psz_name name of vlm media instance
* \param p_exception an initialized exception pointer
* \param p_exception an initialized exception pointer
* \return libvlc_event_manager
* \return libvlc_event_manager
*/
*/
...
...
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