TVideoGrabber.StreamInterface_PushData

Prev

Next

TVideoGrabber

Methods

 




































































































Pushes the raw samples into the stream.


Declaration
function StreamInterface_PushData (Buffer: pByte; BufferSize: LongInt): LongInt;


int __fastcall StreamInterface_PushData(System::PByte Buffer, int BufferSize);

Description

Invoke this function to push the raw samples (e.g. H264) to (re)build the stream.

Look at the Stream Interface chapter for more information.


See Also
Stream Interface