StreamInterface_FrameRate
Delphi
property StreamInterface_FrameRate: Double read GetStreamInterface_FrameRate write SetStreamInterface_FrameRate;
C++Builder
__property double StreamInterface_FrameRate = {read=GetStreamInterface_FrameRate, write=SetStreamInterface_FrameRate};
C#
public double StreamInterface_FrameRate { get; set; }
VB.NET
Public Property StreamInterface_FrameRate As Double
C++/Qt
double GetStreamInterface_FrameRate ();
void SetStreamInterface_FrameRate (double Value);
Specifies the frame rate of the raw samples (e.g. H264) pushed through the StreamInterface_PushData function.