Interface IFfmpegManager
Interface IServerConfigurationManager
Inherited Members
Namespace: MediaBrowser.Controller.MediaEncoding
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IFfmpegManager : ITranscoderSupport
Properties
FfmpegCapabilities
Gets the ffmpeg capabilities.
Declaration
FfmpegCapabilities FfmpegCapabilities { get; set; }
Property Value
| Type | Description |
|---|---|
| FfmpegCapabilities | The ffmpeg capabilities. |
Remarks
The setter is just a temporary workaround.
FfmpegConfiguration
Gets the ffmpeg configuration.
Declaration
IFfmpegConfiguration FfmpegConfiguration { get; }
Property Value
| Type | Description |
|---|---|
| IFfmpegConfiguration | The ffmpeg configuration. |
Methods
CreateFfMpegRunner(String, String)
Declaration
IFfmpegRunner CreateFfMpegRunner(string name, string logFilePath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| System.String | logFilePath |
Returns
| Type | Description |
|---|---|
| IFfmpegRunner |