IWMStreamConfig3 interface (wmsdkidl.h)

[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The IWMStreamConfig3 interface controls language settings for a stream.

An IWMStreamConfig3 interface exists for every stream configuration object. You can obtain a pointer to an IWMStreamConfig3 interface by calling the QueryInterface method of any other interface of the stream configuration object.

Inheritance

The IWMStreamConfig3 interface inherits from IWMStreamConfig2. IWMStreamConfig3 also has these types of members:

Methods

The IWMStreamConfig3 interface has these methods.

 
IWMStreamConfig3::GetLanguage

The GetLanguage method retrieves the RFC1766-compliant language string for the stream.
IWMStreamConfig3::SetLanguage

The SetLanguage method sets the language for a stream using an RFC1766-compliant string.

Requirements

   
Target Platform Windows
Header wmsdkidl.h

See also

IWMStreamConfig Interface

IWMStreamConfig2 Interface

Interfaces