VideoStreamAllowFrameDrop Property |
Gets or sets a value indicating if frames should be dropped if video processing can not keep up with a video stream.
If this is set to false, the video quality may degrade when the processing load is too high. Alternatively, when set
to true, frames will be dropped, but each frame that is processed should have an improved visual quality.
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 bool AllowFrameDrop { get; set; }
Public Property AllowFrameDrop As Boolean
Get
Set
public:
property bool AllowFrameDrop {
bool get ();
void set (bool value);
}
member AllowFrameDrop : bool with get, set
Property Value
Type:
BooleanSee Also