I have an application having screen capture to video functionalities which developed in uwp platform. I have to read the data buffer from the MediaStreamSource(Windows.Graphics.Capture) and save those buffer data to separate chunk files. and i have to do a parallel upload to server while recording happening. I can get the each frames from the MediaStreamSource, but i didn't see any option to get the buffer data. I have used below given documentation to implement this. Is there any way to get the buffer data and save it separate files.
https://docs.microsoft.com/en-us/windows/uwp/audio-video-camera/screen-capture-video
Could anyone help me on this.
Thanks in Advance !