Serge Nova
Member
I am currently working on a small project that I will share with the community.
But I'm stuck on how to get the bytes from a video being recorded, as can be seen on the audio recording:
Any ideas ?
Thanks
But I'm stuck on how to get the bytes from a video being recorded, as can be seen on the audio recording:
Collect the recording data:
Sub streamer_RecordBuffer (Buffer() As Byte)
'collect the recording data
buffers.Add(Buffer)
End Sub
Any ideas ?
Thanks