Interface ISupportsImageData
Assembly: MediaBrowser.Controller.dll
public interface ISupportsImageData
Properties
Declaration
Property Value
Type |
Description |
System.String |
|
Declaration
string[] SupportedInputFormats { get; }
Property Value
Type |
Description |
System.String[] |
|
Methods
Declaration
ImageData GetImageData(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Declaration
(ImageSize, ImageOrientation? ) GetImageSize(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Extension Methods