mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04: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 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user