IMFMediaEngineWebSupport::ConnectWebAudio method (mfmediaengine.h)

Connects web audio to Media Engine using the specified sample rate.

Syntax

HRESULT ConnectWebAudio(
        DWORD                dwSampleRate,
  [out] IAudioSourceProvider **ppSourceProvider
);

Parameters

dwSampleRate

The sample rate of the web audio.

[out] ppSourceProvider

The sample rate of the web audio.

Return value

Returns S_OK on successful completion.

Requirements

Requirement Value
Target Platform Windows
Header mfmediaengine.h

See also

IMFMediaEngineWebSupport