/* * Copyright (c) 2015 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.
*/ #ifndef VIDEO_VIDEO_QUALITY_TEST_H_ #define VIDEO_VIDEO_QUALITY_TEST_H_
class VideoQualityTest : public test::CallTest, public VideoQualityTestFixtureInterface { public: explicit VideoQualityTest(
std::unique_ptr<InjectionComponents> injection_components);
// Set non-null when running with analyzer.
std::unique_ptr<VideoAnalyzer> analyzer_;
// Note: not same as similarly named member in CallTest. This is the number of // separate send streams, the one in CallTest is the number of substreams for // a single send stream.
size_t num_video_streams_;
#ifdef WEBRTC_WIN // Windows Core Audio based ADM needs to run on a COM initialized thread. // Only referenced in combination with --audio --use_real_adm flags.
std::unique_ptr<ScopedCOMInitializer> com_initializer_; #endif
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.