Home | History | Annotate | Download | only in voice_engine

Lines Matching refs:VoEFileImpl

42 VoEFileImpl::VoEFileImpl(voe::SharedData* shared) : _shared(shared)
45 "VoEFileImpl::VoEFileImpl() - ctor");
48 VoEFileImpl::~VoEFileImpl()
51 "VoEFileImpl::~VoEFileImpl() - dtor");
54 int VoEFileImpl::StartPlayingFileLocally(
92 int VoEFileImpl::StartPlayingFileLocally(int channel,
127 int VoEFileImpl::StopPlayingFileLocally(int channel)
147 int VoEFileImpl::IsPlayingFileLocally(int channel)
167 int VoEFileImpl::StartPlayingFileAsMicrophone(int channel,
247 int VoEFileImpl::StartPlayingFileAsMicrophone(int channel,
320 int VoEFileImpl::StopPlayingFileAsMicrophone(int channel)
349 int VoEFileImpl::IsPlayingFileAsMicrophone(int channel)
377 int VoEFileImpl::StartRecordingPlayout(
412 int VoEFileImpl::StartRecordingPlayout(
442 int VoEFileImpl::StopRecordingPlayout(int channel)
469 int VoEFileImpl::StartRecordingMicrophone(
514 int VoEFileImpl::StartRecordingMicrophone(
557 int VoEFileImpl::StopRecordingMicrophone()