summaryrefslogtreecommitdiff
path: root/voice_engine/channel.h
diff options
context:
space:
mode:
authorhenrika@webrtc.org <henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-05-12 12:24:10 +0000
committerhenrika@webrtc.org <henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-05-12 12:24:10 +0000
commit7f5e2973967c6ef5859334eb4ccac2c7c0020565 (patch)
tree5068c2576f3e4b180cde9617e4c893497ca04b87 /voice_engine/channel.h
parentd2632a025025efa1e5b56ff54941a217547dfde8 (diff)
downloadwebrtc-7f5e2973967c6ef5859334eb4ccac2c7c0020565.tar.gz
Removes parts of the webrtc::VoEFile sub API as part of a clean-up operation where the goal is to remove unused APIs.
BUG=3206 R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/14429004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6103 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/channel.h')
-rw-r--r--voice_engine/channel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/voice_engine/channel.h b/voice_engine/channel.h
index 18a3dfb1..ed03519f 100644
--- a/voice_engine/channel.h
+++ b/voice_engine/channel.h
@@ -227,8 +227,6 @@ public:
int StopPlayingFileLocally();
int IsPlayingFileLocally() const;
int RegisterFilePlayingToMixer();
- int ScaleLocalFilePlayout(float scale);
- int GetLocalPlayoutPosition(int& positionMs);
int StartPlayingFileAsMicrophone(const char* fileName, bool loop,
FileFormats format,
int startPosition,
@@ -243,7 +241,6 @@ public:
const CodecInst* codecInst);
int StopPlayingFileAsMicrophone();
int IsPlayingFileAsMicrophone() const;
- int ScaleFileAsMicrophonePlayout(float scale);
int StartRecordingPlayout(const char* fileName, const CodecInst* codecInst);
int StartRecordingPlayout(OutStream* stream, const CodecInst* codecInst);
int StopRecordingPlayout();