diff options
Diffstat (limited to 'MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs b/MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs index 385cd6a34..be43ef32d 100644 --- a/MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs +++ b/MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs @@ -19,5 +19,10 @@ public enum DownMixStereoAlgorithms /// <summary> /// Nightmode Dialogue algorithm. /// </summary> - NightmodeDialogue = 2 + NightmodeDialogue = 2, + + /// <summary> + /// RFC7845 Section 5.1.1.5 defined algorithm. + /// </summary> + Rfc7845 = 3 } |
