I'm trying to get the current time of a song when is playing, but when a call to MediaPlayer.PlayPosition.TotalMilliseconds; is made, an error is thrown: An unhandled exception of type 'SharpDX.SharpDXException' occurred in SharpDX.dll Additional information: HRESULT: [0xC00D9C41], Module: [Unknown], ApiCode: [Unknown/Unknown], Message: Unknown I'm learning c# and monogame and [...] read more
I am working on a session topology that records a video (with audio) while showing the video stream with an EVR. I am using SampleGrabber sinks for the video and audio streams so I can easily control when I start/end recording (using a sinkwriter) and extract sample data as I [...] read more