IConfigAsfWriter::ConfigureFilterUsingProfile

 
Microsoft DirectShow 9.0

IConfigAsfWriter::ConfigureFilterUsingProfile

The ConfigureFilterUsingProfile method sets an ASF profile on the WM ASF Writer filter. This method is the recommended way to set a profile on the WM ASF Writer filter.

Syntax

  HRESULT ConfigureFilterUsingProfile(
  IWMProfile *pProfile
);

Parameters

pProfile

[in] Pointer to the IWMProfile interface of the profile.

Return Values

Returns one of the following HRESULT values.

Return code Description
S_OK Success.
VFW_E_WRONG_STATE The graph is stopped.
E_POINTER The IWMProfile interface pointer is invalid.

Remarks

The IWMProfile interface is documented in the Windows Media Format SDK.

If successful, this method will cause an EC_GRAPH_CHANGED event to be sent to the application.

Requirements

Header: Include Dshowasf.

Library: None.

See Also