Home | History | Annotate | Download | only in phone

Lines Matching defs:ChannelManager

28 #include "talk/session/phone/channelmanager.h"
132 ChannelManager::ChannelManager(talk_base::Thread* worker_thread)
147 ChannelManager::ChannelManager(MediaEngine* me, DeviceManager* dm,
163 void ChannelManager::Construct() {
173 this, &ChannelManager::OnVideoCaptureResult);
176 ChannelManager::~ChannelManager() {
181 int ChannelManager::GetCapabilities() {
185 void ChannelManager::GetSupportedAudioCodecs(
196 void ChannelManager::GetSupportedVideoCodecs(
207 bool ChannelManager::Init() {
272 void ChannelManager::Terminate() {
293 VoiceChannel* ChannelManager::CreateVoiceChannel(
299 VoiceChannel* ChannelManager::CreateVoiceChannel_w(
316 void ChannelManager::DestroyVoiceChannel(VoiceChannel* voice_channel) {
323 void ChannelManager::DestroyVoiceChannel_w(VoiceChannel* voice_channel) {
337 VideoChannel* ChannelManager::CreateVideoChannel(
344 VideoChannel* ChannelManager::CreateVideoChannel_w(
365 void ChannelManager::DestroyVideoChannel(VideoChannel* video_channel) {
372 void ChannelManager::DestroyVideoChannel_w(VideoChannel *video_channel) {
386 Soundclip* ChannelManager::CreateSoundclip() {
392 Soundclip* ChannelManager::CreateSoundclip_w() {
408 void ChannelManager::DestroySoundclip(Soundclip* soundclip) {
415 void ChannelManager::DestroySoundclip_w(Soundclip* soundclip) {
429 bool ChannelManager::GetAudioOptions(std::string* in_name,
437 bool ChannelManager::SetAudioOptions(const std::string& in_name,
463 bool ChannelManager::SetAudioOptions_w(int opts, const Device* in_dev,
480 bool ChannelManager::SetOutputVolume(int level) {
485 bool ChannelManager::SetOutputVolume_w(int level) {
491 bool ChannelManager::GetVideoOptions(std::string* cam_name) {
496 bool ChannelManager::SetVideoOptions(const std::string& cam_name) {
517 bool ChannelManager::SetVideoOptions_w(const Device* cam_device) {
525 bool ChannelManager::SetDefaultVideoEncoderConfig(const VideoEncoderConfig& c) {
537 bool ChannelManager::SetDefaultVideoEncoderConfig_w(
544 bool ChannelManager::SetLocalMonitor(bool enable) {
553 bool ChannelManager::SetLocalMonitor_w(bool enable) {
559 bool ChannelManager::SetLocalRenderer(VideoRenderer* renderer) {
571 bool ChannelManager::SetLocalRenderer_w(VideoRenderer* renderer) {
577 CaptureResult ChannelManager::SetVideoCapture(bool capture) {
588 CaptureResult ChannelManager::SetVideoCapture_w(bool capture) {
594 void ChannelManager::SetVoiceLogging(int level, const char* filter) {
598 void ChannelManager::SetVideoLogging(int level, const char* filter) {
602 void ChannelManager::SetMediaLogging(bool video, int level,
614 void ChannelManager::SetMediaLogging_w(bool video, int level,
625 bool ChannelManager::Send(uint32 id, talk_base::MessageData* data) {
631 void ChannelManager::OnVideoCaptureResult(CaptureResult result) {
637 void ChannelManager::OnMessage(talk_base::Message* message) {
739 bool ChannelManager::GetAudioInputDevices(std::vector<std::string>* names) {
749 bool ChannelManager::GetAudioOutputDevices(std::vector<std::string>* names) {
759 bool ChannelManager::GetVideoCaptureDevices(std::vector<std::string>* names) {