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

    Show / Hide Table of Contents

    Interface IIntroProvider

    Class BaseIntroProvider

    Namespace: MediaBrowser.Controller.Library
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface IIntroProvider

    Properties

    Name

    Gets the name.

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

    The name.

    Methods

    GetAllIntroFiles()

    Gets all intro files.

    Declaration
    IEnumerable<string> GetAllIntroFiles()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    IEnumerable{System.String}.

    GetIntros(BaseItem, User)

    Gets the intros.

    Declaration
    Task<IEnumerable<IntroInfo>> GetIntros(BaseItem item, User user)
    Parameters
    Type Name Description
    BaseItem item

    The item.

    User user

    The user.

    Returns
    Type Description
    System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<IntroInfo>>

    IEnumerable{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.