// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMECAST_PUBLIC_MEDIA_STREAM_ID_H_
#define CHROMECAST_PUBLIC_MEDIA_STREAM_ID_H_
namespace chromecast {
namespace media {
enum StreamId {
kPrimary = 0,
kSecondary
};
} // namespace media
} // namespace chromecast
#endif // CHROMECAST_PUBLIC_MEDIA_STREAM_ID_H_