VideoStreamStartFrame Property |
Gets or sets the start frame of the video. Changing the
StartFrame property also
changes the
StartTime 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 StartFrame { get; set; }
Public Property StartFrame As Integer
Get
Set
public:
property int StartFrame {
int get ();
void set (int value);
}
member StartFrame : int with get, set
Property Value
Type:
Int32See Also