Ai
1 Star 0 Fork 62

greatitman/webrtc-src

forked from egege/webrtc-src 
Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
metronome.cc 662 Bytes
Copy Edit Raw Blame History
/*
* Copyright (c) 2022 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#include "api/metronome/metronome.h"
namespace webrtc {
// TODO(crbug.com/1381982): Remove outdated methods.
void Metronome::AddListener(TickListener* listener) {}
void Metronome::RemoveListener(TickListener* listener) {}
} // namespace webrtc
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/greatitman/webrtc-src.git
git@gitee.com:greatitman/webrtc-src.git
greatitman
webrtc-src
webrtc-src
master

Search