Share via


ILanguageComponentType interface (tuner.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

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.

Inheritance

The ILanguageComponentType interface inherits from IComponentType. ILanguageComponentType also has these types of members:

Methods

The ILanguageComponentType interface has these methods.

 
ILanguageComponentType::get_LangID

The get_LangID method retrieves the LCID that identifies the language.
ILanguageComponentType::put_LangID

The put_LangID method specifies the LCID that identifies the language.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(ILanguageComponentType).

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header tuner.h

See also

IComponentType

Tuning Model Interfaces