| // Copyright 2016 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. |
| #ifndef SERVICES_MEDIA_FRAMEWORK_MODELS_DEMAND_H_ |
| #define SERVICES_MEDIA_FRAMEWORK_MODELS_DEMAND_H_ |
| // Expresses packet demand for signalling upstream in a graph. |
| // Ordered such that (kNegative < kNeutral < kPositive). |
| // No packet can currently be accepted. |
| // A packet can be accepted but is not required to meet timing constraints. |
| // A packet is required to meet timing constraints. |
| #endif // SERVICES_MEDIA_FRAMEWORK_MODELS_DEMAND_H_ |