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?
Is there any way to propgrammatically specify the audio renderer used by the
IMFMediaEngine
? AssigningMF_AUDIO_RENDERER_ATTRIBUTE_ENDPOINT_ID
to a different device ID in the creationIMFAttributes
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.