Class ClosedCaptionsTextEventArgs
Closed captions text event args class.
Inherited Members
Namespace: VisioForge.Core.Types.Events
Assembly: VisioForge.Core.dll
Syntax
public class ClosedCaptionsTextEventArgs : EventArgs
Constructors
ClosedCaptionsTextEventArgs(string, TimeSpan, TimeSpan)
Initializes a new instance of the ClosedCaptionsTextEventArgs class.
Declaration
public ClosedCaptionsTextEventArgs(string text, TimeSpan startTime, TimeSpan stopTime)
Parameters
Type | Name | Description |
---|---|---|
string | text | Text. |
TimeSpan | startTime | Start time. |
TimeSpan | stopTime | Stop time. |
Properties
StartTime
Gets start time.
Declaration
public TimeSpan StartTime { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
StopTime
Gets stop time.
Declaration
public TimeSpan StopTime { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
Text
Gets text.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
string |