copy data from buffer to memo
-
by Ali_Reza_Nazari ? less than a minute ago
hi
i want to copy data from buffer to memo i this procedure :procedure TForm1.LiveAudioRecorder1Data(Sender: TObject;
const Buffer: Pointer; BufferSize: Cardinal; var FreeIt: Boolean);
begin
end;can i do it?
convert buffer to data like 127,120,140,12,…… in to a memo?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘copy data from buffer to memo’ is closed to new replies.