Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
| 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