StreamInterface_PushData
Delphi
function StreamInterface_PushData (Buffer: pByte; BufferSize: LongInt): LongInt;
C++Builder
System::LongInt __fastcall StreamInterface_PushData(Winapi::Windows::PByte Buffer, System::LongInt BufferSize);
C#
public int StreamInterface_PushData(IntPtr Buffer, int BufferSize);
VB.NET
Public Function StreamInterface_PushData(Buffer As IntPtr, BufferSize As Integer) As Integer
C++/Qt
int StreamInterface_PushData (byte *Buffer, int BufferSize);
Pushes the raw samples (e.g. H264) into the stream to (re)build it.
Look at the Stream Interface chapter for more information.