I'm implementing a player in c# using libvlc. I've got the first part done, initializing libvlc, loading a clip and playing it, video rendered to the main form and audio coming out the default endpoint. But I need to be able to get the audio samples and eventually the video samples, read and maybe m...