Class SubtitleTrackEvent
Inheritance
System.Object
SubtitleTrackEvent
Assembly: MediaBrowser.Model.dll
public class SubtitleTrackEvent
Properties
Declaration
public long? EndPositionTicks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public long? StartPositionTicks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods