-
I am on macOS, but ideally my app should run anywhere that has .NET Core.
I suspect `MediaFoundationReader` works on Windows only?
Is there a similar multi-purpose reader I can use that is platf…
-
Hello,
In the mediaFoundation for Windows sample ( C++ ), there is a performFFC() method. Is there also a way to set the FFC interval so that it does not trigger itself that often?
Thanks
-
I want to use MediaFoundation.MediaFactory.GetService method to Create an EVR,and I cound not find a constant for MR_VIDEO_RENDER_SERVICE
lersh updated
8 years ago
-
Sometimes digital TV from an antenna (live or recorded) will change key properties mid stream.
Audio might switch from 5.1 to 2 channel between a show and advertising, or the video might switch from …
-
https://github.com/microsoft/Windows-classic-samples/blob/master/Samples/Win7Samples/multimedia/mediafoundation/evrpresenter/Readme.txt#L30
> 3. Build and run the MFPlayer2 sample.
> 4. From the F…
-
StackTrace:
```
at WPFMediaKit.MediaFoundation.EvrPresenter.CreateNew()
at WPFMediaKit.DirectShow.MediaPlayers.MediaPlayerBase.CreateEnhancedVideoRenderer(IGraphBuilder graph, Int32 streamCou…
-
I'm wondering if there's a way to construct and assign a network source. Right now the MediaEngine has `SetSourceFromByteStream` but it's obvious when you inspect the calls being made to the stream th…
-
```
var target = new WaveFormat(44100, 1);
using (var waveStream = new WaveFileReader(memoryStream))
using (var conversionStream = new WaveFormatConversionStream(target, waveStream))
{
M…
dayhi updated
5 years ago
-
Hi there,
While trying to get all microphones via sc.all_microphones, i got this error.
It seems to be in the channel part of the return, but I have no idea where this is coming from or how to fix…
-
Hi everybody,
I want change a .wav file to a .mp3 file,
but when run Encode api, I got a System.Runtime.InteropServices.COMException ( HRESULT:0xC00D4A44 )
this is my code:
` private voi…