Microsoft DirectX 9.0

MSVidWebDVD.DefaultSubpictureLanguage Property

This topic applies to Windows XP Service Pack 1 only.

The DefaultSubpictureLanguage property retrieves the default subpicture language.

Syntax

VidWebDVD.DefaultSubpictureLanguage As Long

Parameters

This property takes no parameters.

Return Values

Returns a Long LCID value containing the primary language ID for the default subpicture language. The default value is -1. See Working with LCIDs for a table of some possible values and sample code showing how to extract the primary language ID from an LCID.

Error Codes

If the property fails, Err.Number may be set to one of the following values.

Value Description
E_UNEXPECTED Unspecified error.
VFW_E_DVD_INVALIDDOMAIN You attempted to take the value in a domain that does not support this property.

Remarks

This property is read-only with no default. To set this property, use the MSVidWebDVDAdm object's DefaultSubpictureLCID property.

Example

' Returning the property.
lDefSubLang = VidWebDVD.DefaultSubpictureLanguage

Valid Domains

The following table shows the Annex J command name to which this method name corresponds, and the domains in which this method is valid.

Annex J Command Name Valid Domains
None DVD_DOMAIN_Stop

See Also