Microsoft DirectX 9.0 |
The DefaultPreferredComponentTypes property retrieves or creates a ComponentTypes collection of ATSCComponentType objects containing the default preferred component types specified by the user or application.
Syntax
objATSCTuningSpace.DefaultPreferredComponentTypes As ComponentTypes
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 ComponentTypes collection as an Object.
Remarks
A component in this context means a substream within the program. An example of a preferred component would be an audio stream in English. When multiple streams or components are available, the MSVidBDATunerDevice object will always attempt to play the preferred ones first.
See Also