Are Microsoft Media session events delivered on a thread?
Win32, Windows Media Foundation. I have a media session (IMFMediaSession
) playing some topologies. I get an IMFMediaEventGenerator
from it and request async events by calling BeginGetEvent()
.
Corrupted Media Type when saving MP4 and then reading it with Media Foundation
As described in this question I’m trying to create a custom audio codec and save it with the Sink Writer in a MP4 file. I succeeded with the aid of setting MF_MT_MPEG4_SAMPLE_DESCRIPTION, following some information from this link.
Custom Audio Compression Media Foundation Implementation
The idea is to create a new Media Foundation Filter to be used in audio compression/decompression in media foundation MP4 sinkwriter/source reader. I plan to convert Facebook’s Encodec into a MFT.
Writing custom audio format to MP4
I’m trying to encode audio to an MP4 file with a custom compression codec and my IMFTransform works correctly until SinkWriter’s Finalize:
What’s the point in MF_SINK_WRITER_DISABLE_THROTTLING in Media Foundation?
I found MF_SINK_WRITER_DISABLE_THROTTLING in the Sink Writer documentation and it says that it won’t limit the number of samples pushed by the application.
Sink Writer multiple audio streams missing ID_END
When trying to use the SinkWriter for multiple audio streams: