Use hardware encoding string over boolean

This commit is contained in:
Brandon Nguyen
2021-07-03 15:29:07 -07:00
parent 7e3c94d094
commit df17c67f11
2 changed files with 4 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ namespace MediaBrowser.Model.Session
public int? AudioChannels { get; set; }
public bool IsHardwareEncode { get; set; }
public string HardwareAccelerationType { get; set; }
public TranscodeReason[] TranscodeReasons { get; set; }
}