Android Question Get the bytes of a video while recording

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:

Collect the recording data:
Sub streamer_RecordBuffer (Buffer() As Byte)
   'collect the recording data
   buffers.Add(Buffer)
End Sub

Any ideas ?

Thanks
 
Top