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
df322d32
Commit
df322d32
authored
13 years ago
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
* #8968: recordable: removed unused getRecFileId
parent
5360babd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
daemon/src/audio/recordable.h
+0
-6
0 additions, 6 deletions
daemon/src/audio/recordable.h
daemon/src/call.h
+0
-4
0 additions, 4 deletions
daemon/src/call.h
daemon/src/conference.cpp
+0
-4
0 additions, 4 deletions
daemon/src/conference.cpp
daemon/src/conference.h
+0
-5
0 additions, 5 deletions
daemon/src/conference.h
with
0 additions
and
19 deletions
daemon/src/audio/recordable.h
+
0
−
6
View file @
df322d32
...
...
@@ -75,12 +75,6 @@ class Recordable {
*/
void
setRecordingSmplRate
(
int
smplRate
);
/**
* Virtual method to be implemented in order to the main
* buffer to retrieve the recorded id.
*/
virtual
std
::
string
getRecFileId
()
const
=
0
;
protected
:
AudioRecord
recAudio_
;
AudioRecorder
recorder_
;
...
...
This diff is collapsed.
Click to expand it.
daemon/src/call.h
+
0
−
4
View file @
df322d32
...
...
@@ -202,10 +202,6 @@ class Call : public Recordable {
*/
unsigned
int
getLocalAudioPort
();
std
::
string
getRecFileId
()
const
{
return
getDisplayName
();
}
void
time_stop
();
std
::
map
<
std
::
string
,
std
::
string
>
createHistoryEntry
()
const
;
virtual
bool
setRecording
();
...
...
This diff is collapsed.
Click to expand it.
daemon/src/conference.cpp
+
0
−
4
View file @
df322d32
...
...
@@ -126,10 +126,6 @@ bool Conference::setRecording()
return
recordStatus
;
}
std
::
string
Conference
::
getRecFileId
()
const
{
return
getConfID
();
}
std
::
string
Conference
::
getConfID
()
const
{
return
id_
;
}
...
...
This diff is collapsed.
Click to expand it.
daemon/src/conference.h
+
0
−
5
View file @
df322d32
...
...
@@ -86,11 +86,6 @@ class Conference : public Recordable {
*/
ParticipantSet
getParticipantList
()
const
;
/**
* Get recording file ID
*/
std
::
string
getRecFileId
()
const
;
/**
* Start/stop recording toggle
*/
...
...
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