Merge pull request #8213 from nyanmisaka/pause-cpu

Fix high single thread usage in throttler
This commit is contained in:
Claus Vium
2022-09-13 08:07:04 +02:00
committed by GitHub
5 changed files with 59 additions and 13 deletions

View File

@@ -37,6 +37,12 @@ namespace MediaBrowser.Controller.MediaEncoding
/// <returns>The version of encoder.</returns>
Version EncoderVersion { get; }
/// <summary>
/// Whether p key pausing is supported.
/// </summary>
/// <value><c>true</c> if p key pausing is supported, <c>false</c> otherwise.</value>
bool IsPkeyPauseSupported { get; }
/// <summary>
/// Gets a value indicating whether the configured Vaapi device is from AMD(radeonsi/r600 Mesa driver).
/// </summary>