Microsoft DirectX 9.0

DefaultSubpictureLCID Property

The DVDAdm.DefaultSubpictureLCID property sets or retrieves the registry setting for the user-specified default LCID for the subpicture stream.

Syntax

[ iSubpictureLCID = ] DVD.DVDAdm.DefaultSubpictureLCID

Return Values

Returns an Integer value representing the user-specified default subpicture LCID as stored in the registry settings for the DVD application. This value is not necessarily the same as the default subpicture stream as authored on the DVD. For the range of valid LCIDs, see the Win32 documentation in the Platform SDK.

Remarks

This property is read/write with no default value. If no default subpicture LCID is specified, the MSDVDAdm object will play the subpicture stream that is marked as the default stream on the disc.

See Also