VideoStreamEndFrame Property |
Gets or sets the end frame of the video. Changing the
EndFrame property also
changes the
EndTime property to the time in the video that corresponds to the specified frame.
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 int EndFrame { get; set; }
Public Property EndFrame As Integer
Get
Set
public:
property int EndFrame {
int get ();
void set (int value);
}
member EndFrame : int with get, set
Property Value
Type:
Int32See Also