Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
ILanguageComponentType Interface
The ILanguageComponentType interface is implemented on LanguageComponentType objects. It provides methods that define the language of the stream content. Not all streams have a language component.
In addition to the methods inherited from IComponentType, the ILanguageComponentType interface exposes the following methods.
| Method | Description |
| get_LangID | Retrieves the language of the stream content. |
| put_LangID | Sets the language of the stream content. |
See Also