IMediaExtension.SetProperties(IPropertySet) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the configuration properties that were supplied when the media parser or codec was registered.
public:
void SetProperties(IPropertySet ^ configuration);
void SetProperties(IPropertySet const& configuration);
public void SetProperties(IPropertySet configuration);
function setProperties(configuration)
Public Sub SetProperties (configuration As IPropertySet)
Parameters
- configuration
- IPropertySet
The configuration properties for the media parser or codec.