StreamInterface_Format
property
Delphi
property StreamInterface_Format: string read GetStreamInterface_Format write SetStreamInterface_Format;
C++Builder
__property System::UnicodeString StreamInterface_Format = {read=GetStreamInterface_Format, write=SetStreamInterface_Format};
C#
public string StreamInterface_Format { get; set; }
VB.NET
Public Property StreamInterface_Format As String
C++/Qt
wchar_t *GetStreamInterface_Format ();
void SetStreamInterface_Format (wchar_t *Value);
Specifies the format of the raw samples (e.g. H264) pushed through the StreamInterface_PushData function.