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

    Show / Hide Table of Contents

    Class VpStepInfo

    Inheritance
    System.Object
    VpStepInfo
    Namespace: MediaBrowser.Model.Session.Transcoding
    Assembly: MediaBrowser.Model.dll
    Syntax
    public abstract class VpStepInfo

    Properties

    FfmpegDescription

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

    FfmpegName

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

    FfmpegOptions

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

    HardwareContextName

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

    IsHardwareContext

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

    Name

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

    Param

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

    ParamShort

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

    Short

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

    StepType

    Declaration
    public abstract VpStepTypes StepType { get; set; }
    Property Value
    Type Description
    VpStepTypes

    StepTypeName

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

    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.