VideoStreamStartTime Property |
Gets or sets the start time of the video in seconds. Changing the
StartTime property also
changes the
StartFrame property to the frame in the video that corresponds to the specified time.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double StartTime { get; set; }
Public Property StartTime As Double
Get
Set
public:
property double StartTime {
double get ();
void set (double value);
}
member StartTime : float with get, set
Property Value
Type:
DoubleSee Also