AGI STK Graphics 11Send comments on this topic.
FrameRate Property (IAgStkGraphicsVideoStream)
See Also 
Windows






Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FrameRate() As Double
[C#]
public double FrameRate {get; set;}
[Managed C++]
public: __property double get_FrameRate();
public: __property void set_FrameRate(
   double
);
[Unmanaged C++]
public: HRESULT get_FrameRate(
   double * pRetVal
);
public: HRESULT put_FrameRate(
   double NewFrameRate
);
[Java]
public double getFrameRate();public void setFrameRate(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.