Microsoft DirectX 9.0

IMPEG2Component.Type

The Type property sets or retrieves an MPEG2ComponentType object that describes the general characteristics of this IMPEG2Component object.

Syntax

objIMPEG2Component.Type as ComponentType

Parameters

This property takes no parameters.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Value

This property returns the MPEG2ComponentType object as an Object.

Remarks

An MPEG2ComponentType object is required for all IMPEG2Component objects.

See Also