mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Added sample rate to video audio stream
This commit is contained in:
parent
78dad0af96
commit
9aaf843353
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user