Browse Source

Added sample rate to video audio stream

LukePulverenti Luke Pulverenti luke pulverenti 13 years ago
parent
commit
9aaf843353
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MediaBrowser.Model/Entities/Video.cs

+ 1 - 0
MediaBrowser.Model/Entities/Video.cs

@@ -27,6 +27,7 @@ namespace MediaBrowser.Model.Entities
         public string Language { get; set; }
         public string Language { get; set; }
         public int BitRate { get; set; }
         public int BitRate { get; set; }
         public int Channels { get; set; }
         public int Channels { get; set; }
+        public int SampleRate { get; set; }
     }
     }
 
 
     public enum VideoType
     public enum VideoType