Class RemoteImageInfo
Class RemoteImageInfo
Inheritance
System.Object
RemoteImageInfo
Namespace: MediaBrowser.Model.Providers
Assembly: MediaBrowser.Model.dll
Syntax
public class RemoteImageInfo
Properties
CommunityRating
Gets or sets the community rating.
Declaration
public double? CommunityRating { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The community rating. |
DisplayLanguage
Declaration
public string DisplayLanguage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Gets or sets the height.
Declaration
public int? Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The height. |
Language
Gets or sets the language.
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
System.String | The language. |
ProviderName
Gets or sets the name of the provider.
Declaration
public string ProviderName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the provider. |
RatingType
Gets or sets the type of the rating.
Declaration
public RatingType RatingType { get; set; }
Property Value
Type | Description |
---|---|
RatingType | The type of the rating. |
ThumbnailUrl
Gets a url used for previewing a smaller version
Declaration
public string ThumbnailUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the type.
Declaration
public ImageType Type { get; set; }
Property Value
Type | Description |
---|---|
ImageType | The type. |
Url
Gets or sets the URL.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | The URL. |
VoteCount
Gets or sets the vote count.
Declaration
public int? VoteCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The vote count. |
Width
Gets or sets the width.
Declaration
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The width. |