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 FrameRate
);
|
[Java] |
---|
public double getFrameRate();
public void setFrameRate(
double
);
|
[Python - STK API ] |
---|
@property
def FrameRate(self) -> float:
@FrameRate.setter
def FrameRate(self, FrameRate:float) -> None:
|
See Also