diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-02-07 16:24:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-07 16:24:22 +0100 |
| commit | 7e5c5eaff8e54aaa3f1f847e1b3c0031973763fe (patch) | |
| tree | 3d87622f1e814098e2ed67129791f5e5f28616ca /MediaBrowser.Controller/MediaEncoding/BaseEncodingJobOptions.cs | |
| parent | 7ceeecd2cbeb00daccd1ae967058336004c38552 (diff) | |
| parent | be265cd87f2d65c99c6a1d7d128dc4391724939e (diff) | |
Merge pull request #10965 from nyanmisaka/videocodectag-equals-any
Add EqualsAny for VideoCodecTag condition
Diffstat (limited to 'MediaBrowser.Controller/MediaEncoding/BaseEncodingJobOptions.cs')
| -rw-r--r-- | MediaBrowser.Controller/MediaEncoding/BaseEncodingJobOptions.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaEncoding/BaseEncodingJobOptions.cs b/MediaBrowser.Controller/MediaEncoding/BaseEncodingJobOptions.cs index fb4e7bd1f..29dd190ab 100644 --- a/MediaBrowser.Controller/MediaEncoding/BaseEncodingJobOptions.cs +++ b/MediaBrowser.Controller/MediaEncoding/BaseEncodingJobOptions.cs @@ -88,6 +88,12 @@ namespace MediaBrowser.Controller.MediaEncoding 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> /// <value>The framerate.</value> |
