StreamInterface_IsRealTime
Delphi
property StreamInterface_IsRealTime: Boolean read GetStreamInterface_IsRealTime write SetStreamInterface_IsRealTime;
C++Builder
__property bool StreamInterface_IsRealTime = {read=GetStreamInterface_IsRealTime, write=SetStreamInterface_IsRealTime, nodefault};
C#
public bool StreamInterface_IsRealTime { get; set; }
VB.NET
Public Property StreamInterface_IsRealTime As Boolean
C++/Qt
BOOL GetStreamInterface_IsRealTime ();
void SetStreamInterface_IsRealTime (BOOL Value);
Specifies whether the raw samples (e.g. H264) pushed through the StreamInterface_PushData function are samples received in real-time, or samples coming e.g. from a file.