VideoSize.cs 130 B

12345678
  1. namespace MediaBrowser.Model.Entities
  2. {
  3. public enum VideoSize
  4. {
  5. StandardDefinition,
  6. HighDefinition
  7. }
  8. }