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
3c0ce0d3
Commit
3c0ce0d3
authored
Nov 18, 2012
by
Olivier Aubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc: document the get_/set_position value range
parent
24f8bc8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
include/vlc/libvlc_media_player.h
include/vlc/libvlc_media_player.h
+3
-2
No files found.
include/vlc/libvlc_media_player.h
View file @
3c0ce0d3
...
...
@@ -640,7 +640,7 @@ LIBVLC_API libvlc_time_t libvlc_media_player_get_time( libvlc_media_player_t *p_
LIBVLC_API
void
libvlc_media_player_set_time
(
libvlc_media_player_t
*
p_mi
,
libvlc_time_t
i_time
);
/**
* Get movie position.
* Get movie position
as percentage between 0.0 and 1.0
.
*
* \param p_mi the Media Player
* \return movie position, or -1. in case of error
...
...
@@ -648,7 +648,8 @@ LIBVLC_API void libvlc_media_player_set_time( libvlc_media_player_t *p_mi, libvl
LIBVLC_API
float
libvlc_media_player_get_position
(
libvlc_media_player_t
*
p_mi
);
/**
* Set movie position. This has no effect if playback is not enabled.
* Set movie position as percentage between 0.0 and 1.0.
* This has no effect if playback is not enabled.
* This might not work depending on the underlying input format and protocol.
*
* \param p_mi the Media Player
...
...
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