Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IWMCodecStrings interface

Retrieves names and descriptive strings for codecs and formats.

This interface is implemented by all of the codec encoder objects. You can retrieve a pointer to the IWMCodecStrings interface for any encoder by calling the QueryInterface method of any other interface on the object, such as IMediaObject or IMFTransform, This interface is not implemented on any of the decoder DMOs.

Members

The IWMCodecStrings interface inherits from the IUnknown interface. IWMCodecStrings also has these types of members:

Methods

The IWMCodecStrings interface has these methods.

MethodDescription
GetDescription

Retrieves the description of an output format.

GetName

Retrieves the name of a codec.

 

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Wmcodecdsp.h

See also

Media Foundation Interfaces

 

 

Show:
© 2017 Microsoft