Home | History | Annotate | Download | only in include

Lines Matching refs:channel

55         int channel, unsigned int CSRC, bool added) = 0;
58 int channel, unsigned int SSRC) = 0;
69 int channel, unsigned char subType,
132 virtual int SetLocalSSRC(int channel, unsigned int ssrc) = 0;
134 // Gets the local RTP SSRC of a specified |channel|.
135 virtual int GetLocalSSRC(int channel, unsigned int& ssrc) = 0;
138 virtual int GetRemoteSSRC(int channel, unsigned int& ssrc) = 0;
140 // Sets the status of rtp-audio-level-indication on a specific |channel|.
141 virtual int SetSendAudioLevelIndicationStatus(int channel,
146 // |channel|.
147 virtual int SetReceiveAudioLevelIndicationStatus(int channel,
154 // Sets the status of sending absolute sender time on a specific |channel|.
155 virtual int SetSendAbsoluteSenderTimeStatus(int channel,
159 // Sets status of receiving absolute sender time on a specific |channel|.
160 virtual int SetReceiveAbsoluteSenderTimeStatus(int channel,
164 // Sets the RTCP status on a specific |channel|.
165 virtual int SetRTCPStatus(int channel, bool enable) = 0;
167 // Gets the RTCP status on a specific |channel|.
168 virtual int GetRTCPStatus(int channel, bool& enabled) = 0;
171 // specific |channel|.
172 virtual int SetRTCP_CNAME(int channel, const char cName[256]) = 0;
175 // specific |channel|.
176 virtual int GetRTCP_CNAME(int channel, char cName[256]) = 0;
179 // on a specific channel.
180 virtual int GetRemoteRTCP_CNAME(int channel, char cName[256]) = 0;
184 int channel, unsigned int& NTPHigh, unsigned int& NTPLow,
188 // Gets RTP statistics for a specific |channel|.
190 int channel, unsigned int& averageJitterMs, unsigned int& maxJitterMs,
193 // Gets RTCP statistics for a specific |channel|.
194 virtual int GetRTCPStatistics(int channel, CallStatistics& stats) = 0;
197 // or RTCP Receiver Report (RR) on a specified |channel|. Each vector
201 int channel, std::vector<ReportBlock>* receive_blocks) = 0;
203 // Sets the Redundant Coding (RED) status on a specific |channel|.
207 int channel, bool enable, int redPayloadtype = -1) { return -1; }
209 // Gets the RED status on a specific |channel|.
213 int channel, bool& enabled, int& redPayloadtype) { return -1; }
215 // Sets the Forward Error Correction (FEC) status on a specific |channel|.
219 int channel, bool enable, int redPayloadtype = -1) {
220 return SetREDStatus(channel, enable, redPayloadtype);
223 // Gets the FEC status on a specific |channel|.
227 int channel, bool& enabled, int& redPayloadtype) {
228 return SetREDStatus(channel, enabled, redPayloadtype);
235 virtual int SetNACKStatus(int channel,
240 // |channel| and for a given |direction|. The file can later be replayed
244 int channel, const char fileNameUTF8[1024],
248 // |channel| and for a given |direction|.
250 int channel, RTPDirections direction = kRtpIncoming) = 0;
253 // |channel| and |direction|.
255 int channel, RTPDirections direction = kRtpIncoming) = 0;
257 // Sets video engine channel to receive incoming audio packets for
260 virtual int SetVideoEngineBWETarget(int channel, ViENetwork* vie_network,
266 virtual int RegisterRTPObserver(int channel,
268 virtual int DeRegisterRTPObserver(int channel) { return -1; };
270 int channel, VoERTCPObserver& observer) { return -1; };
271 virtual int DeRegisterRTCPObserver(int channel) { return -1; };
272 virtual int GetRemoteCSRCs(int channel,
275 int channel, unsigned char payloadType, bool markerBit,
278 int channel, SenderInfo* sender_info) { return -1; };
280 int channel, unsigned char subType, unsigned int name,
282 virtual int GetLastRemoteTimeStamp(int channel,