VideoStreamPacketAcquirementYieldTime Property |
Gets or sets the thread processing yield time for asynchronous streaming of video over common protocols like udp.
Setting a high value may increase performance, but may cause frames or packets to drop, effecting visual quality.
A lower value will ensure high priority processing of the stream, and thus less visual degradation, but may affect performance.
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 PacketAcquirementYieldTime { get; set; }
Public Property PacketAcquirementYieldTime As Integer
Get
Set
public:
property int PacketAcquirementYieldTime {
int get ();
void set (int value);
}
member PacketAcquirementYieldTime : int with get, set
Property Value
Type:
Int32See Also