Procházet zdrojové kódy

Added sample rate to video audio stream

LukePulverenti Luke Pulverenti luke pulverenti před 13 roky
rodič
revize
9aaf843353
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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