diff options
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h index e2b91670..63f52f3e 100644 --- a/src/types.h +++ b/src/types.h @@ -37,6 +37,20 @@ enum Channel { RS = 5 ///< right surround }; +enum ContentType +{ + FEATURE, + SHORT, + TRAILER, + TEST, + TRANSITIONAL, + RATING, + TEASER, + POLICY, + PUBLIC_SERVICE_ANNOUNCEMENT, + ADVERTISEMENT +}; + } #endif |
