Explorar el Código

Added sample rate to video audio stream

LukePulverenti Luke Pulverenti luke pulverenti hace 13 años
padre
commit
9aaf843353
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 int BitRate { get; set; }
         public int Channels { get; set; }
+        public int SampleRate { get; set; }
     }
 
     public enum VideoType