Interface IDynamicImageProviderWithLibraryOptions
Namespace: MediaBrowser.Controller.Providers
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IDynamicImageProviderWithLibraryOptions
Methods
GetImage(BaseMetadataResult, LibraryOptions, ImageType, CancellationToken)
Gets the image.
Declaration
Task<DynamicImageResponse> GetImage(BaseMetadataResult itemResult, LibraryOptions libraryOptions, ImageType type, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
BaseMetadataResult | itemResult | |
LibraryOptions | libraryOptions | |
ImageType | type | |
System.Threading.CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DynamicImageResponse> |