STK Graphics PrimitivesSend comments on this topic.
PacketBufferLimit Property (IAgStkGraphicsVideoStream)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PacketBufferLimit() As Integer
[C#]
public int PacketBufferLimit {get; set;}
[Managed C++]
public: __property int get_PacketBufferLimit();
public: __property void set_PacketBufferLimit( int );
[Unmanaged C++]
public: HRESULT get_PacketBufferLimit(
    int * pRetVal
);
public: HRESULT put_PacketBufferLimit(
    int PacketBufferLimit
);
[Java]
public Integer getPacketBufferLimit();
public void setPacketBufferLimit(
    Integer
);
[Python - STK API ]
@property
def PacketBufferLimit(self) -> int:

@PacketBufferLimit.setter
def PacketBufferLimit(self, PacketBufferLimit:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.