Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
DVD_DISC_SIDE Enumeration
Indicates the sides of a DVD disc.
Syntax
typedef enum tagDVD_DISC_SIDE { DVD_SIDE_A, DVD_SIDE_B } DVD_DISC_SIDE;
Members
DVD_SIDE_A
Side A.
DVD_SIDE_B
Side B.
Remarks
This enumeration is used in the IDvdInfo2::GetDVDVolumeInfo method.
Requirements
Header: Dshow.h
See Also