Copy as Markdown
Other Tools
// -*- mode: C++ -*-
// AUTOGENERATED BY glean_parser. DO NOT EDIT.
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
#ifndef mozilla_GleanMediasnifferMetrics_h
#define mozilla_GleanMediasnifferMetrics_h
#include "mozilla/glean/bindings/MetricTypes.h"
namespace mozilla::glean {
namespace media_sniffer {
/**
* generated from media_sniffer.mp4_brand_pattern
*/
enum class Mp4BrandPatternLabel: uint16_t {
eFtypMp4 = 0,
eFtypAvc = 1,
eFtyp3gp4 = 2,
eFtyp3gp = 3,
eFtypM4v = 4,
eFtypM4a = 5,
eFtypM4p = 6,
eFtypQt = 7,
eFtypIso = 8,
eFtypMmp4 = 9,
eFtypAvif = 10,
eFtypCrx = 11,
e__Other__,
};
/**
* ISOBMFF brand pattern used to identify MP4 in media sniffer
* This metric was generated to correspond to the Legacy Telemetry categorical histogram MEDIA_SNIFFER_MP4_BRAND_PATTERN.
*/
constexpr impl::Labeled<impl::CounterMetric, Mp4BrandPatternLabel> mp4_brand_pattern(4851);
}
} // namespace mozilla::glean
#endif // mozilla_GleanMediasnifferMetrics_h