microsoft / media-foundation

Repository for Windows Media Foundation related tools and samples
MIT License
144 stars 31 forks source link

MF_AUDIO_RENDERER_ATTRIBUTE_ENDPOINT_ID support in IMFMediaEngine #26

Closed axjxwright closed 2 years ago

axjxwright commented 3 years ago

Is there any way to propgrammatically specify the audio renderer used by the IMFMediaEngine? Assigning MF_AUDIO_RENDERER_ATTRIBUTE_ENDPOINT_ID to a different device ID in the creation IMFAttributes seems to have no effect. Is this not supported at all or is there a different interface I can access in order to send the audio to a different output?

Thanks.

cjrog commented 2 years ago

Currently there is no way to specify the audio renderer used, but we have added it to a list of possible future improvements.