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