Interface IRemoteImageProviderWithOptions
Inherited Members
Namespace: MediaBrowser.Controller.Providers
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IRemoteImageProviderWithOptions : IRemoteImageProvider, IImageProvider
Methods
GetImages(RemoteImageFetchOptions, CancellationToken)
Gets the images.
Declaration
Task<IEnumerable<RemoteImageInfo>> GetImages(RemoteImageFetchOptions options, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
RemoteImageFetchOptions | options | |
System.Threading.CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<RemoteImageInfo>> |