VideoStreamEndTime Property |
Gets or sets the end time of the video in seconds. Changing the
EndTime property also
changes the
EndFrame 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 EndTime { get; set; }
Public Property EndTime As Double
Get
Set
public:
property double EndTime {
double get ();
void set (double value);
}
member EndTime : float with get, set
Property Value
Type:
DoubleSee Also