Microsoft DirectX 9.0 |
Indicates the sides of a DVD disc.
Syntax
typedef enum tagDVD_DISC_SIDE {
DVD_SIDE_A,
DVD_SIDE_B
} DVD_DISC_SIDE;
Elements
DVD_SIDE_A
Side A.
DVD_SIDE_B
Side B.
Elements
This enumeration is used in the IDvdInfo2::GetDVDVolumeInfo method.
See Also