Class UserItemData
Class UserItemData
Inheritance
System.Object
UserItemData
Namespace: MediaBrowser.Controller.Entities
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class UserItemData
Properties
AudioStreamIndex
Gets or sets the index of the audio stream.
Declaration
public int? AudioStreamIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The index of the audio stream. |
HideFromResume
Declaration
public bool HideFromResume { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFavorite
Gets or sets a value indicating whether this instance is favorite.
Declaration
public bool IsFavorite { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Key
Gets or sets the key.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String | The key. |
LastPlayedDate
Gets or sets the last played date.
Declaration
public DateTimeOffset? LastPlayedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> | The last played date. |
PlaybackPositionTicks
Gets or sets the playback position ticks.
Declaration
public long PlaybackPositionTicks { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The playback position ticks. |
PlayCount
Gets or sets the play count.
Declaration
public int PlayCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The play count. |
Played
Gets or sets a value indicating whether this UserItemData is played.
Declaration
public bool Played { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
PlaystateLastModified
Declaration
public DateTimeOffset? PlaystateLastModified { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
Rating
Declaration
public double? Rating { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
RatingLastModified
Declaration
public DateTimeOffset? RatingLastModified { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
SubtitleStreamIndex
Gets or sets the index of the subtitle stream.
Declaration
public int? SubtitleStreamIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The index of the subtitle stream. |