Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
ab59eda6
Commit
ab59eda6
authored
Feb 26, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove ref to volume_get
parent
c876b046
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/control/libvlc_audio.c
src/control/libvlc_audio.c
+3
-3
No files found.
src/control/libvlc_audio.c
View file @
ab59eda6
...
@@ -44,7 +44,7 @@ vlc_bool_t libvlc_audio_get_mute( libvlc_instance_t *p_instance,
...
@@ -44,7 +44,7 @@ vlc_bool_t libvlc_audio_get_mute( libvlc_instance_t *p_instance,
*/
*/
audio_volume_t
i_volume
;
audio_volume_t
i_volume
;
i_volume
=
libvlc_audio_
volume_get
(
p_instance
,
p_exception
);
i_volume
=
libvlc_audio_
get_volume
(
p_instance
,
p_exception
);
if
(
i_volume
==
0
)
if
(
i_volume
==
0
)
return
VLC_TRUE
;
return
VLC_TRUE
;
...
@@ -67,7 +67,7 @@ void libvlc_audio_set_mute( libvlc_instance_t *p_instance, vlc_bool_t status,
...
@@ -67,7 +67,7 @@ void libvlc_audio_set_mute( libvlc_instance_t *p_instance, vlc_bool_t status,
/*****************************************************************************
/*****************************************************************************
* libvlc_audio_
volume_get
: Get the current volume (range 0-200 %)
* libvlc_audio_
get_volume
: Get the current volume (range 0-200 %)
*****************************************************************************/
*****************************************************************************/
int
libvlc_audio_get_volume
(
libvlc_instance_t
*
p_instance
,
int
libvlc_audio_get_volume
(
libvlc_instance_t
*
p_instance
,
libvlc_exception_t
*
p_exception
)
libvlc_exception_t
*
p_exception
)
...
@@ -81,7 +81,7 @@ int libvlc_audio_get_volume( libvlc_instance_t *p_instance,
...
@@ -81,7 +81,7 @@ int libvlc_audio_get_volume( libvlc_instance_t *p_instance,
/*****************************************************************************
/*****************************************************************************
* libvlc_audio_
volume_set
: Set the current volume
* libvlc_audio_
set_volume
: Set the current volume
*****************************************************************************/
*****************************************************************************/
void
libvlc_audio_set_volume
(
libvlc_instance_t
*
p_instance
,
int
i_volume
,
void
libvlc_audio_set_volume
(
libvlc_instance_t
*
p_instance
,
int
i_volume
,
libvlc_exception_t
*
p_exception
)
libvlc_exception_t
*
p_exception
)
...
...
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