Class FfmpegCapabilities
Inheritance
System.Object
FfmpegCapabilities
Assembly: MediaBrowser.Controller.dll
public sealed class FfmpegCapabilities
Properties
Declaration
public FfmpegCapabilities.CapsList AudioDecoders { get; }
Property Value
Declaration
public FfmpegCapabilities.CapsList AudioEncoders { get; }
Property Value
Declaration
public FfmpegCapabilities.CapsList AudioFilters { get; }
Property Value
Declaration
public string FullVersionInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public FfmpegCapabilities.CapsList HardwareAccelerations { get; }
Property Value
Declaration
public FfmpegCapabilities.CapsList InputProtocols { get; }
Property Value
Declaration
public bool IsEmbyCustom { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public FfmpegCapabilities.CapsList OutputProtocols { get; }
Property Value
Declaration
public bool PositionTimeStartsFromZero { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public FfmpegCapabilities.CapsList SubtitleDecoders { get; }
Property Value
Declaration
public FfmpegCapabilities.CapsList SubtitleEncoders { get; }
Property Value
Declaration
public FfmpegCapabilities.CapsList SubtitleFilters { get; }
Property Value
Declaration
public bool SupportsChromaprint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SupportsDiscardCorruptPts { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SupportsFillWallClockDts { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SupportsFilterGraphReport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SupportsLogTimeStamps { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SupportsSegmentCompleteLogMessages { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SupportsSegmentMinFrame { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SupportsSkipInterval { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SupportsSkipList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SupportsSubtitleFrameProbeOutput { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SupportsTempSegmentWriting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SupportsThrottling { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SupportsWebVttReferenceStream { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public FfmpegCapabilities.CapsList VideoDecoders { get; }
Property Value
Declaration
public FfmpegCapabilities.CapsList VideoEncoders { get; }
Property Value
Declaration
public FfmpegCapabilities.CapsList VideoFilters { get; }
Property Value
Extension Methods