Add comments about the Audio parts of the public Call API being WIP.
BUG=webrtc:4690 R=kjellander@webrtc.org, tommi@webrtc.org Review URL: https://codereview.webrtc.org/1493933003 . Cr-Commit-Position: refs/heads/master@{#10882}
This commit is contained in:
@ -24,6 +24,11 @@ namespace webrtc {
|
|||||||
|
|
||||||
class AudioDecoder;
|
class AudioDecoder;
|
||||||
|
|
||||||
|
// WORK IN PROGRESS
|
||||||
|
// This class is under development and is not yet intended for for use outside
|
||||||
|
// of WebRtc/Libjingle. Please use the VoiceEngine API instead.
|
||||||
|
// See: https://bugs.chromium.org/p/webrtc/issues/detail?id=4690
|
||||||
|
|
||||||
class AudioReceiveStream : public ReceiveStream {
|
class AudioReceiveStream : public ReceiveStream {
|
||||||
public:
|
public:
|
||||||
struct Stats {
|
struct Stats {
|
||||||
|
@ -23,6 +23,11 @@
|
|||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
|
// WORK IN PROGRESS
|
||||||
|
// This class is under development and is not yet intended for for use outside
|
||||||
|
// of WebRtc/Libjingle. Please use the VoiceEngine API instead.
|
||||||
|
// See: https://bugs.chromium.org/p/webrtc/issues/detail?id=4690
|
||||||
|
|
||||||
class AudioSendStream : public SendStream {
|
class AudioSendStream : public SendStream {
|
||||||
public:
|
public:
|
||||||
struct Stats {
|
struct Stats {
|
||||||
|
@ -18,6 +18,11 @@ namespace webrtc {
|
|||||||
class AudioDeviceModule;
|
class AudioDeviceModule;
|
||||||
class VoiceEngine;
|
class VoiceEngine;
|
||||||
|
|
||||||
|
// WORK IN PROGRESS
|
||||||
|
// This class is under development and is not yet intended for for use outside
|
||||||
|
// of WebRtc/Libjingle. Please use the VoiceEngine API instead.
|
||||||
|
// See: https://bugs.chromium.org/p/webrtc/issues/detail?id=4690
|
||||||
|
|
||||||
// AudioState holds the state which must be shared between multiple instances of
|
// AudioState holds the state which must be shared between multiple instances of
|
||||||
// webrtc::Call for audio processing purposes.
|
// webrtc::Call for audio processing purposes.
|
||||||
class AudioState : public rtc::RefCountInterface {
|
class AudioState : public rtc::RefCountInterface {
|
||||||
|
Reference in New Issue
Block a user