VideoStreamFrameRate Property |
Gets or sets the frame rate of the video when the
Playback property is set to
RealTime.
If this property is not set, the internal framerate of the video is used.
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 FrameRate { get; set; }
Public Property FrameRate As Double
Get
Set
public:
property double FrameRate {
double get ();
void set (double value);
}
member FrameRate : float with get, set
Property Value
Type:
DoubleSee Also