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

    Show / Hide Table of Contents

    Class ApiImageInfo

    Inheritance
    System.Object
    ApiImageInfo
    Namespace: MediaBrowser.Controller.Entities
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public class ApiImageInfo

    Constructors

    ApiImageInfo(ItemImageInfo)

    Declaration
    public ApiImageInfo(ItemImageInfo imageInfo)
    Parameters
    Type Name Description
    ItemImageInfo imageInfo

    Properties

    ImageIndex

    Declaration
    public int ImageIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Item

    Declaration
    public BaseItem Item { get; set; }
    Property Value
    Type Description
    BaseItem

    Methods

    GetImageInfo(CancellationToken)

    Declaration
    public async Task<ItemImageInfo> GetImageInfo(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<ItemImageInfo>

    GetRemoteApiImageUrl(ApiImageOptions, CancellationToken)

    Declaration
    public async Task<string> GetRemoteApiImageUrl(ApiImageOptions options, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    ApiImageOptions options
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<System.String>

    GetRemoteApiImageUrl(CancellationToken)

    Declaration
    public Task<string> GetRemoteApiImageUrl(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<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.