OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VoiceChannel
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc
614
VoiceChannel
::
VoiceChannel
(talk_base::Thread* thread,
631
this, &
VoiceChannel
::OnVoiceChannelError);
634
VoiceChannel
::~
VoiceChannel
() {
641
bool
VoiceChannel
::AddStream(uint32 ssrc) {
647
bool
VoiceChannel
::SetRingbackTone(const void* buf, int len) {
658
void
VoiceChannel
::SetEarlyMedia(bool enable) {
668
bool
VoiceChannel
::PlayRingbackTone(bool play, bool loop) {
674
bool
VoiceChannel
::PressDTMF(int digit, bool playout)
[
all
...]
channel.h
252
//
VoiceChannel
is a specialization that adds support for early media, DTMF,
254
class
VoiceChannel
: public BaseChannel {
256
VoiceChannel
(talk_base::Thread *thread, MediaEngine *media_engine,
259
~
VoiceChannel
();
274
sigslot::signal1<
VoiceChannel
*> SignalEarlyMediaTimeout;
280
sigslot::signal2<
VoiceChannel
*, const std::vector<ConnectionInfo> &>
285
sigslot::signal2<
VoiceChannel
*, const VoiceMediaInfo&> SignalMediaMonitor;
289
sigslot::signal2<
VoiceChannel
*, const AudioInfo&> SignalAudioMonitor;
297
sigslot::signal3<
VoiceChannel
*, uint32, VoiceMediaChannel::Error>
370
VoiceChannel
*voice_channel)
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h
374
//
VoiceChannel
is a specialization that adds support for early media, DTMF,
376
class
VoiceChannel
: public BaseChannel {
378
VoiceChannel
(talk_base::Thread* thread, MediaEngineInterface* media_engine,
381
~
VoiceChannel
();
396
sigslot::signal1<
VoiceChannel
*> SignalEarlyMediaTimeout;
414
sigslot::signal2<
VoiceChannel
*, const std::vector<ConnectionInfo>&>
419
sigslot::signal2<
VoiceChannel
*, const VoiceMediaInfo&> SignalMediaMonitor;
424
sigslot::signal2<
VoiceChannel
*, const AudioInfo&> SignalAudioMonitor;
439
sigslot::signal3<
VoiceChannel
*, uint32, VoiceMediaChannel::Error>
500
VoiceChannel
* voice_channel)
[
all
...]
channel.cc
[
all
...]
Completed in 196 milliseconds