mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
fixes #1484 - (Feature request) Make emby choose output stream based on ffmpeg config
This commit is contained in:
parent
04ba2d57ac
commit
a15a762ba1
14 changed files with 105 additions and 28 deletions
|
|
@ -4,13 +4,14 @@ using System;
|
|||
using System.IO;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using MediaBrowser.Model.Dlna;
|
||||
|
||||
namespace MediaBrowser.Controller.MediaEncoding
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface IMediaEncoder
|
||||
/// </summary>
|
||||
public interface IMediaEncoder
|
||||
public interface IMediaEncoder : ITranscoderSupport
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the encoder path.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue