mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-28 12:51:49 +00:00
Add EqualsAny for VideoCodecTag condition
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
parent
a32fe89dad
commit
be265cd87f
3 changed files with 58 additions and 0 deletions
|
|
@ -87,6 +87,12 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
/// <value>The level.</value>
|
||||
public string Level { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the codec tag.
|
||||
/// </summary>
|
||||
/// <value>The codec tag.</value>
|
||||
public string CodecTag { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the framerate.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue