type TIEMediaFoundationAudioRenderer = class(TInterfacedObject, IIEMediaFoundationReaderNotifyReceiver);
Description
A wrapper for the Media Foundation audio renderer.
Applications can add a TIEMediaFoundationAudioRenderer as a notification receiver (see PushNotifyReceiver method) in order to automatically render the audio stream.
Note: ◼Using TIEMediaFoundationAudioRenderer with TIEMediaFoundationSourceReader may produce audio out of synchronization. ◼The Audio renderer supports only PCM or Float media types, so applications should set the appropriate media type (see example).