Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
fd30c61b
Commit
fd30c61b
authored
13 years ago
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
* #8968: audiocodec: removed unused getChannel method
parent
bedf374e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
daemon/src/audio/codecs/audiocodec.cpp
+0
-5
0 additions, 5 deletions
daemon/src/audio/codecs/audiocodec.cpp
daemon/src/audio/codecs/audiocodec.h
+0
-5
0 additions, 5 deletions
daemon/src/audio/codecs/audiocodec.h
with
0 additions
and
10 deletions
daemon/src/audio/codecs/audiocodec.cpp
+
0
−
5
View file @
fd30c61b
...
@@ -97,11 +97,6 @@ unsigned AudioCodec::getFrameSize() const
...
@@ -97,11 +97,6 @@ unsigned AudioCodec::getFrameSize() const
return
frameSize_
;
return
frameSize_
;
}
}
uint8
AudioCodec
::
getChannel
()
const
{
return
channel_
;
}
double
AudioCodec
::
getBitRate
()
const
double
AudioCodec
::
getBitRate
()
const
{
{
return
bitrate_
;
return
bitrate_
;
...
...
This diff is collapsed.
Click to expand it.
daemon/src/audio/codecs/audiocodec.h
+
0
−
5
View file @
fd30c61b
...
@@ -123,11 +123,6 @@ class AudioCodec : public Codec {
...
@@ -123,11 +123,6 @@ class AudioCodec : public Codec {
*/
*/
uint32
getClockRate
()
const
;
uint32
getClockRate
()
const
;
/**
* @return the number of audio channels.
*/
uint8
getChannel
()
const
;
/**
/**
* @Override
* @Override
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment