Class DynamicImageResponse
Inheritance
System.Object
DynamicImageResponse
Assembly: MediaBrowser.Controller.dll
public sealed class DynamicImageResponse
Properties
Declaration
public ImageFormat Format { get; set; }
Property Value
Declaration
public long[] GeneratedFromItemIds { get; set; }
Property Value
Type |
Description |
System.Int64[] |
|
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public MediaProtocol Protocol { get; set; }
Property Value
Declaration
public Stream Stream { get; set; }
Property Value
Type |
Description |
System.IO.Stream |
|
Methods
Declaration
public void SetFormatFromMimeType(string mimeType)
Parameters
Type |
Name |
Description |
System.String |
mimeType |
|
Extension Methods