Class ChapterInfo
Class ChapterInfo
Inheritance
System.Object
ChapterInfo
Namespace: MediaBrowser.Model.Entities
Assembly: MediaBrowser.Model.dll
Syntax
public class ChapterInfo
Properties
ChapterIndex
Declaration
public int ChapterIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ImageDateModified
Declaration
[IgnoreDataMember]
public DateTimeOffset ImageDateModified { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
ImagePath
Gets or sets the image path.
Declaration
[IgnoreDataMember]
public string ImagePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image path. |
ImageTag
Declaration
public string ImageTag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MarkerType
Declaration
public MarkerType MarkerType { get; set; }
Property Value
Type | Description |
---|---|
MarkerType |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
StartPositionTicks
Gets or sets the start position ticks.
Declaration
public long StartPositionTicks { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The start position ticks. |