mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-01 22:31:33 +00:00
Merge pull request #7947 from nyanmisaka/video-range-condition
(cherry picked from commit f1d56aa5ce)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
This commit is contained in:
parent
7f1223016d
commit
38102499cb
14 changed files with 190 additions and 30 deletions
|
|
@ -75,6 +75,12 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
/// <value>The profile.</value>
|
||||
public string Profile { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the video range type.
|
||||
/// </summary>
|
||||
/// <value>The video range type.</value>
|
||||
public string VideoRangeType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the level.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue