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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1