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

    Show / Hide Table of Contents

    Class ImageProcessorExtensions

    Inheritance
    System.Object
    ImageProcessorExtensions
    Namespace: MediaBrowser.Controller.Drawing
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public static class ImageProcessorExtensions

    Methods

    GetImageCacheTag(IImageProcessor, BaseItem, ImageType)

    Declaration
    public static string GetImageCacheTag(this IImageProcessor processor, BaseItem item, ImageType imageType)
    Parameters
    Type Name Description
    IImageProcessor processor
    BaseItem item
    ImageType imageType
    Returns
    Type Description
    System.String

    GetImageCacheTag(IImageProcessor, BaseItem, ImageType, Int32)

    Declaration
    public static string GetImageCacheTag(this IImageProcessor processor, BaseItem item, ImageType imageType, int imageIndex)
    Parameters
    Type Name Description
    IImageProcessor processor
    BaseItem item
    ImageType imageType
    System.Int32 imageIndex
    Returns
    Type Description
    System.String
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.