summaryrefslogtreecommitdiffstats
path: root/content/common/media/media_stream_track_metrics_host_messages.h
blob: a7ec0759a4593669d4f509dbb4393ebe7589aace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/values.h"
#include "content/common/content_export.h"
#include "ipc/ipc_message_macros.h"

#undef IPC_MESSAGE_EXPORT
#define IPC_MESSAGE_EXPORT CONTENT_EXPORT
#define IPC_MESSAGE_START MediaStreamTrackMetricsHostMsgStart

// Messages sent to MediaStreamTrackMetricsHost.
IPC_MESSAGE_CONTROL3(MediaStreamTrackMetricsHost_AddTrack,
                     uint64 /* id */,
                     bool /* is_audio */,
                     bool /* is_remote */)
IPC_MESSAGE_CONTROL1(MediaStreamTrackMetricsHost_RemoveTrack,
                     uint64 /* id */)