None
NO
Recoding Audio Data From Nest Camera
['Den Delimarsky']
Hi, I'm Den 👋 on Den Delimarsky
private static void ProcessBuffers ( List < byte []> videoStream , List < byte []> audioStream ) { List < byte []> videoBuffer = new List < byte []>(); List < byte []> audioBuffer = new List < byte []>(); for ( int i = 0 ; i < videoStream . DumpToFile is then called to process the binary content - it uses the ffmpeg process to first create the video file, and then “mux” the audio stream into the content: static void DumpToFile ( List < byte []> videoBuffer , List < byte []> audioBuffer , string fileName ) { // Compile the initial video file (without any audio).