mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Apply suggestions from code review
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
32d27d71a8
commit
1ac2524844
@ -88,7 +88,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||||||
/// <param name="container">Video container type.</param>
|
/// <param name="container">Video container type.</param>
|
||||||
/// <param name="mediaSource">Media source information.</param>
|
/// <param name="mediaSource">Media source information.</param>
|
||||||
/// <param name="imageStream">Media stream information.</param>
|
/// <param name="imageStream">Media stream information.</param>
|
||||||
/// <param name="imageStreamIndex">Time offset.</param>
|
/// <param name="imageStreamIndex">Index of the stream to extract from.</param>
|
||||||
/// <param name="cancellationToken">CancellationToken to use for operation.</param>
|
/// <param name="cancellationToken">CancellationToken to use for operation.</param>
|
||||||
/// <returns>Location of video image.</returns>
|
/// <returns>Location of video image.</returns>
|
||||||
Task<string> ExtractVideoImage(string inputFile, string container, MediaSourceInfo mediaSource, MediaStream imageStream, int? imageStreamIndex, CancellationToken cancellationToken);
|
Task<string> ExtractVideoImage(string inputFile, string container, MediaSourceInfo mediaSource, MediaStream imageStream, int? imageStreamIndex, CancellationToken cancellationToken);
|
||||||
@ -157,7 +157,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||||||
void SetFFmpegPath();
|
void SetFFmpegPath();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Updated the encoder path.
|
/// Updates the encoder path.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="path">The path.</param>
|
/// <param name="path">The path.</param>
|
||||||
/// <param name="pathType">The type of path.</param>
|
/// <param name="pathType">The type of path.</param>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user