Class ApiImageInfo
Inheritance
System.Object
ApiImageInfo
Assembly: MediaBrowser.Controller.dll
public class ApiImageInfo
Properties
Declaration
public int ImageIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public ItemImageInfo ImageInfo { get; set; }
Property Value
Declaration
public BaseItem Item { get; set; }
Property Value
Methods
Declaration
public async Task ConvertImageToLocalIfNeeded(CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
System.Threading.CancellationToken |
cancellationToken |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Declaration
public async Task<string> GetRemoteApiImageUrl(ApiImageOptions options, CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
ApiImageOptions |
options |
|
System.Threading.CancellationToken |
cancellationToken |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.String> |
|
Declaration
public Task<string> GetRemoteApiImageUrl(CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
System.Threading.CancellationToken |
cancellationToken |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.String> |
|
Extension Methods