Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class FfmpegCapabilities

    Inheritance
    System.Object
    FfmpegCapabilities
    Namespace: MediaBrowser.Controller.Codecs
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class FfmpegCapabilities

    Properties

    AudioDecoders

    Declaration
    public FfmpegCapabilities.CapsList AudioDecoders { get; }
    Property Value
    Type Description
    FfmpegCapabilities.CapsList

    AudioEncoders

    Declaration
    public FfmpegCapabilities.CapsList AudioEncoders { get; }
    Property Value
    Type Description
    FfmpegCapabilities.CapsList

    AudioFilters

    Declaration
    public FfmpegCapabilities.CapsList AudioFilters { get; }
    Property Value
    Type Description
    FfmpegCapabilities.CapsList

    FullVersionInfo

    Declaration
    public string FullVersionInfo { get; set; }
    Property Value
    Type Description
    System.String

    HardwareAccelerations

    Declaration
    public FfmpegCapabilities.CapsList HardwareAccelerations { get; }
    Property Value
    Type Description
    FfmpegCapabilities.CapsList

    InputProtocols

    Declaration
    public FfmpegCapabilities.CapsList InputProtocols { get; }
    Property Value
    Type Description
    FfmpegCapabilities.CapsList

    IsEmbyCustom

    Declaration
    public bool IsEmbyCustom { get; set; }
    Property Value
    Type Description
    System.Boolean

    OutputProtocols

    Declaration
    public FfmpegCapabilities.CapsList OutputProtocols { get; }
    Property Value
    Type Description
    FfmpegCapabilities.CapsList

    PositionTimeStartsFromZero

    Declaration
    public bool PositionTimeStartsFromZero { get; set; }
    Property Value
    Type Description
    System.Boolean

    SubtitleDecoders

    Declaration
    public FfmpegCapabilities.CapsList SubtitleDecoders { get; }
    Property Value
    Type Description
    FfmpegCapabilities.CapsList

    SubtitleEncoders

    Declaration
    public FfmpegCapabilities.CapsList SubtitleEncoders { get; }
    Property Value
    Type Description
    FfmpegCapabilities.CapsList

    SubtitleFilters

    Declaration
    public FfmpegCapabilities.CapsList SubtitleFilters { get; }
    Property Value
    Type Description
    FfmpegCapabilities.CapsList

    SupportsChromaprint

    Declaration
    public bool SupportsChromaprint { get; set; }
    Property Value
    Type Description
    System.Boolean

    SupportsDiscardCorruptPts

    Declaration
    public bool SupportsDiscardCorruptPts { get; }
    Property Value
    Type Description
    System.Boolean

    SupportsFillWallClockDts

    Declaration
    public bool SupportsFillWallClockDts { get; }
    Property Value
    Type Description
    System.Boolean

    SupportsFilterGraphReport

    Declaration
    public bool SupportsFilterGraphReport { get; set; }
    Property Value
    Type Description
    System.Boolean

    SupportsLogTimeStamps

    Declaration
    public bool SupportsLogTimeStamps { get; set; }
    Property Value
    Type Description
    System.Boolean

    SupportsSegmentCompleteLogMessages

    Declaration
    public bool SupportsSegmentCompleteLogMessages { get; }
    Property Value
    Type Description
    System.Boolean

    SupportsSegmentMinFrame

    Declaration
    public bool SupportsSegmentMinFrame { get; set; }
    Property Value
    Type Description
    System.Boolean

    SupportsSkipInterval

    Declaration
    public bool SupportsSkipInterval { get; set; }
    Property Value
    Type Description
    System.Boolean

    SupportsSkipList

    Declaration
    public bool SupportsSkipList { get; set; }
    Property Value
    Type Description
    System.Boolean

    SupportsSubtitleFrameProbeOutput

    Declaration
    public bool SupportsSubtitleFrameProbeOutput { get; }
    Property Value
    Type Description
    System.Boolean

    SupportsTempSegmentWriting

    Declaration
    public bool SupportsTempSegmentWriting { get; set; }
    Property Value
    Type Description
    System.Boolean

    SupportsThrottling

    Declaration
    public bool SupportsThrottling { get; }
    Property Value
    Type Description
    System.Boolean

    SupportsWebVttReferenceStream

    Declaration
    public bool SupportsWebVttReferenceStream { get; set; }
    Property Value
    Type Description
    System.Boolean

    Version

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    System.String

    VideoDecoders

    Declaration
    public FfmpegCapabilities.CapsList VideoDecoders { get; }
    Property Value
    Type Description
    FfmpegCapabilities.CapsList

    VideoEncoders

    Declaration
    public FfmpegCapabilities.CapsList VideoEncoders { get; }
    Property Value
    Type Description
    FfmpegCapabilities.CapsList

    VideoFilters

    Declaration
    public FfmpegCapabilities.CapsList VideoFilters { get; }
    Property Value
    Type Description
    FfmpegCapabilities.CapsList

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.