SubtitleLineStartTime Property
Gets the starting subtitle time, in milliseconds.
Namespace: DevCase.Core.Media.VideoAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int StartTime { get; }
Public ReadOnly Property StartTime As Integer
Get
Dim instance As SubtitleLine
Dim value As Integer
value = instance.StartTime
public:
property int StartTime {
int get ();
}
member StartTime : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
The starting subtitle time, in milliseconds.