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

    Show / Hide Table of Contents

    getEncodingFfmpegoptions

    Gets the ffmpeg options

    Requires authentication as user

    getEncodingFfmpegoptions

    Request
    get /Encoding/FfmpegOptions
    Responses
    Status Code Type Description Samples
    200 EditObjectContainer

    Operation successful. Returning a EditObjectContainer object.

    400

    Bad Request. Server cannot process request.

    401

    Unauthorized. Client needs to authenticate.

    403

    Forbidden. No permission for the reqested operation.

    404

    Resource not found or unavailable.

    500

    Server error.

    Definitions

    EditObjectContainer

    see also Emby.Web.GenericEdit.EditObjectContainer

    Name Type Notes
    Object object
    DefaultObject object
    TypeName string
    EditorRoot EditorRoot[]

    EditorRoot

    see also Emby.Web.GenericEdit.Editors.EditorRoot

    Name Type Notes
    PropertyConditions PropertyCondition[]
    PostbackActions PostbackAction[]
    TitleButton EditorButtonItem[]
    EditorItems EditorBase[]
    EditorType EditorTypes
    Name string
    Id string
    AllowEmpty boolean
    IsReadOnly boolean
    IsAdvanced boolean
    DisplayName string
    Description string
    FeatureRequiresPremiere boolean
    ParentId string

    PropertyCondition

    see also Emby.Web.GenericEdit.Conditions.PropertyCondition

    Name Type Notes
    AffectedPropertyId string
    ConditionType PropertyConditionType
    TargetPropertyId string

    The target property name or path.

    SimpleCondition SimpleCondition

    Conditions on the source value.

    ValueCondition ValueCondition

    Conditions for comparing with a target value.

    Value object

    The value.

    PropertyConditionType

    see also Emby.Web.GenericEdit.Conditions.PropertyConditionType

    Enum Values
    • Visible
    • Enabled

    SimpleCondition

    see also MediaBrowser.Model.Attributes.SimpleCondition

    Enum Values
    • IsTrue
    • IsFalse
    • IsNull
    • IsNotNullOrEmpty

    ValueCondition

    see also MediaBrowser.Model.Attributes.ValueCondition

    Enum Values
    • IsEqual
    • IsNotEqual
    • IsGreater
    • IsGreaterOrEqual
    • IsLess
    • IsLessOrEqual

    PostbackAction

    see also Emby.Web.GenericEdit.Actions.PostbackAction

    Name Type Notes
    TargetEditorId string
    PostbackCommandId string
    CommandParameterPropertyId string

    EditorButtonItem

    see also Emby.Web.GenericEdit.Editors.EditorButtonItem

    Name Type Notes
    EditorType EditorTypes
    Name string
    Id string
    AllowEmpty boolean
    IsReadOnly boolean
    IsAdvanced boolean
    DisplayName string
    Description string
    FeatureRequiresPremiere boolean
    ParentId string

    EditorTypes

    see also Emby.Web.GenericEdit.Common.EditorTypes

    Enum Values
    • Group
    • Text
    • Numeric
    • Boolean
    • SelectSingle
    • SelectMultiple
    • Date
    • FilePath
    • FolderPath
    • StatusItem
    • ProgressItem
    • ButtonItem
    • ButtonGroup
    • CaptionItem
    • LabelItem
    • ItemList
    • RadioGroup
    • DxDataGrid
    • DxPivotGrid
    • SpacerItem

    EditorBase

    see also Emby.Web.GenericEdit.Editors.EditorBase

    Name Type Notes
    EditorType EditorTypes
    Name string
    Id string
    AllowEmpty boolean
    IsReadOnly boolean
    IsAdvanced boolean
    DisplayName string
    Description string
    FeatureRequiresPremiere boolean
    ParentId string
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.