Roll src/third_party/skia 2440fcd:4de8c3a
[chromium-blink-merge.git] / chromecast / public / media / stream_id.h
blob6641fd54ca9d38eead3428d7c2d800522db8b91d
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROMECAST_PUBLIC_MEDIA_STREAM_ID_H_
6 #define CHROMECAST_PUBLIC_MEDIA_STREAM_ID_H_
8 namespace chromecast {
9 namespace media {
11 enum StreamId {
12 kPrimary = 0,
13 kSecondary
16 } // namespace media
17 } // namespace chromecast
19 #endif // CHROMECAST_PUBLIC_MEDIA_STREAM_ID_H_