1b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org/*
2a48c91dfb4588346b42c1a47b5f8265881581648henrike@webrtc.org *  Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
3b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org *
4b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org *  Use of this source code is governed by a BSD-style license
5b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org *  that can be found in the LICENSE file in the root of the source
6b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org *  tree. An additional intellectual property rights grant can be found
7b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org *  in the file PATENTS.  All contributing project authors may
8b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org *  be found in the AUTHORS file in the root of the source tree.
9b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org */
10b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org
11a48c91dfb4588346b42c1a47b5f8265881581648henrike@webrtc.orgpackage org.webrtc.webrtcdemo;
12b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org
13a48c91dfb4588346b42c1a47b5f8265881581648henrike@webrtc.orgpublic interface MediaEngineObserver {
14a48c91dfb4588346b42c1a47b5f8265881581648henrike@webrtc.org  void newStats(String stats);
15a48c91dfb4588346b42c1a47b5f8265881581648henrike@webrtc.org}