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
19b17087
Commit
19b17087
authored
13 years ago
by
Rafaël Carré
Browse files
Options
Downloads
Patches
Plain Diff
* #6611: AudioCodec: remove useless/unused setters
parent
65be7160
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sflphone-common/src/audio/codecs/audiocodec.h
+0
-23
0 additions, 23 deletions
sflphone-common/src/audio/codecs/audiocodec.h
with
0 additions
and
23 deletions
sflphone-common/src/audio/codecs/audiocodec.h
+
0
−
23
View file @
19b17087
...
...
@@ -159,29 +159,6 @@ class AudioCodec : public Codec
bool
_hasDynamicPayload
;
void
setCodecName
(
const
std
::
string
&
codecName
)
{
_codecName
=
codecName
;
}
void
setClockRate
(
uint32
rate
)
{
_clockRate
=
rate
;
}
void
setChannel
(
uint8
channel
)
{
_channel
=
channel
;
}
void
setFrameSize
(
unsigned
size
)
{
_frameSize
=
size
;
}
void
setBitrate
(
double
rate
)
{
_bitrate
=
rate
;
}
void
setBandwidth
(
double
bandwidth
)
{
_bandwidth
=
bandwidth
;
}
private
:
uint8
_payload
;
...
...
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