VideoStreamPacketBufferLimit Property |
Gets or sets a value indicating the buffering limit for packets when processing a video stream. Increasing this value
will provide more buffering of the video stream when frame processing cannot keep up, but has memory implications and
may result in the video falling behind, or eventual visual degradation, if the frame processing load is not lessened.
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 PacketBufferLimit { get; set; }
Public Property PacketBufferLimit As Integer
Get
Set
public:
property int PacketBufferLimit {
int get ();
void set (int value);
}
member PacketBufferLimit : int with get, set
Property Value
Type:
Int32See Also