Method | Description | |
---|---|---|
GetImageResponse ( string url, CancellationToken cancellationToken ) : Task |
||
GetImages ( BaseItem item, CancellationToken cancellationToken ) : Task |
||
GetSupportedImages ( BaseItem item ) : IEnumerable |
||
MovieProvider ( IServerConfigurationManager config, IHttpClientFactory httpClientFactory, IFileSystem fileSystem ) : System | ||
Supports ( BaseItem item ) : bool |
Method | Description | |
---|---|---|
AddImages ( List list, string idType, string movieId, CancellationToken cancellationToken ) : Task | ||
PopulateImages ( List list, string reqType, string idType, string movieId, ImageType type, int width, int height ) : void |
public GetImageResponse ( string url, CancellationToken cancellationToken ) : Task |
||
url | string | |
cancellationToken | CancellationToken | |
return | Task |
public GetImages ( BaseItem item, CancellationToken cancellationToken ) : Task |
||
item | BaseItem | |
cancellationToken | CancellationToken | |
return | Task |
public GetSupportedImages ( BaseItem item ) : IEnumerable |
||
item | BaseItem | |
return | IEnumerable |
public MovieProvider ( IServerConfigurationManager config, IHttpClientFactory httpClientFactory, IFileSystem fileSystem ) : System | ||
config | IServerConfigurationManager | |
httpClientFactory | IHttpClientFactory | |
fileSystem | IFileSystem | |
return | System |