Home | History | Annotate | Download | only in video_engine

Lines Matching refs:video_channel

45   virtual int CreateChannel(int& video_channel);  // NOLINT
46 virtual int CreateChannel(int& video_channel, // NOLINT
48 virtual int CreateChannel(int& video_channel, // NOLINT
50 virtual int CreateReceiveChannel(int& video_channel, // NOLINT
52 virtual int DeleteChannel(const int video_channel);
53 virtual int ConnectAudioChannel(const int video_channel,
55 virtual int DisconnectAudioChannel(const int video_channel);
56 virtual int StartSend(const int video_channel);
57 virtual int StopSend(const int video_channel);
58 virtual int StartReceive(const int video_channel);
59 virtual int StopReceive(const int video_channel);
75 int CreateChannel(int& video_channel, int original_channel, // NOLINT