MSVidWebDVD.CurrentDiscSide Property
Microsoft DirectShow 9.0 |
MSVidWebDVD.CurrentDiscSide Property
This topic applies to Windows XP Service Pack 1 or later.
The CurrentDiscSide property retrieves the current side of the disc.
Syntax
VidWebDVD .CurrentDiscSide As Long
Parameters
This property takes no parameters.
Return Values
Returns a Long value representing the current side, where side A = 1 and side B = 2.
Remarks
This property is read-only with no default value.
Example
' Returning the property. lCurrSide = VidWebDVD.CurrentDiscSide
Requirements
Reference: Add a reference to MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library.
Library: Quartz.dll.
See Also