I'm working on a project to send video and audio from decoded frames from ffmpeg,
I've got the video send working via the ndi::VideoData::from_buffer() method however I can't see the equivalent method on the AudioData struct, its setup for receiving audio.
Am I missing something or is that bit incomplete in this library?
I'm working on a project to send video and audio from decoded frames from ffmpeg,
I've got the video send working via the ndi::VideoData::from_buffer() method however I can't see the equivalent method on the AudioData struct, its setup for receiving audio.
Am I missing something or is that bit incomplete in this library?