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. |
The index of the audio stream. |
HideFromResume
Declaration
public bool HideFromResume { get; set; }
Property Value
Type | Description |
---|---|
System. |
IsFavorite
Gets or sets a value indicating whether this instance is favorite.
Declaration
public bool IsFavorite { get; set; }
Property Value
Type | Description |
---|---|
System. |
|
Key
Gets or sets the key.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System. |
The key. |
LastPlayedDate
Gets or sets the last played date.
Declaration
public DateTimeOffset? LastPlayedDate { get; set; }
Property Value
Type | Description |
---|---|
System. |
The last played date. |
PlaybackPositionTicks
Gets or sets the playback position ticks.
Declaration
public long PlaybackPositionTicks { get; set; }
Property Value
Type | Description |
---|---|
System. |
The playback position ticks. |
PlayCount
Gets or sets the play count.
Declaration
public int PlayCount { get; set; }
Property Value
Type | Description |
---|---|
System. |
The play count. |
Played
Gets or sets a value indicating whether this User
Declaration
public bool Played { get; set; }
Property Value
Type | Description |
---|---|
System. |
|
PlaystateLastModified
Declaration
public DateTimeOffset? PlaystateLastModified { get; set; }
Property Value
Type | Description |
---|---|
System. |
Rating
Declaration
public double? Rating { get; set; }
Property Value
Type | Description |
---|---|
System. |
RatingLastModified
Declaration
public DateTimeOffset? RatingLastModified { get; set; }
Property Value
Type | Description |
---|---|
System. |
SubtitleStreamIndex
Gets or sets the index of the subtitle stream.
Declaration
public int? SubtitleStreamIndex { get; set; }
Property Value
Type | Description |
---|---|
System. |
The index of the subtitle stream. |