Added sample rate to video audio stream

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti 2012-08-13 14:19:52 -04:00
parent 78dad0af96
commit 9aaf843353
1 changed files with 1 additions and 0 deletions

View File

@ -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