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

    Show / Hide Table of Contents

    Class LibraryOptionsResult

    Inheritance
    System.Object
    LibraryOptionsResult
    Namespace: MediaBrowser.Controller.Providers
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class LibraryOptionsResult

    Properties

    DefaultLibraryOptions

    Declaration
    public LibraryOptions DefaultLibraryOptions { get; set; }
    Property Value
    Type Description
    LibraryOptions

    LyricsFetchers

    Declaration
    public LibraryOptionInfo[] LyricsFetchers { get; set; }
    Property Value
    Type Description
    LibraryOptionInfo[]

    MetadataReaders

    Declaration
    public LibraryOptionInfo[] MetadataReaders { get; set; }
    Property Value
    Type Description
    LibraryOptionInfo[]

    MetadataSavers

    Declaration
    public LibraryOptionInfo[] MetadataSavers { get; set; }
    Property Value
    Type Description
    LibraryOptionInfo[]

    SubtitleFetchers

    Declaration
    public LibraryOptionInfo[] SubtitleFetchers { get; set; }
    Property Value
    Type Description
    LibraryOptionInfo[]

    TypeOptions

    Declaration
    public LibraryTypeOptions[] TypeOptions { get; set; }
    Property Value
    Type Description
    LibraryTypeOptions[]

    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.