Merge from http://go/wvgerrit/105767 To avoid conflict with metrics.proto in frameworks/av/drm/libmediadrm/proto. This is in preparation of moving metrics_dump tool to build under Android. bug: 161783052 Test: unit test Test: Play Movies & Tv and Netflix streaming Change-Id: I2406b66db4d61cca7c6260ea8847a555d96c8d42
15 lines
397 B
C++
15 lines
397 B
C++
// Copyright 2020 Google LLC. All Rights Reserved. This file and proprietary
|
|
// source code may only be used and distributed under the Widevine Master
|
|
// License Agreement.
|
|
//
|
|
// Format widevine protobuf metrics
|
|
|
|
#include <string>
|
|
|
|
#include "wv_metrics.pb.h"
|
|
|
|
namespace wv_metrics {
|
|
void FormatWvCdmMetrics(const drm_metrics::WvCdmMetrics& metrics,
|
|
std::string& result);
|
|
}
|