ltmmDVD_DISC_SIDE constants
typedef enum ltmmDVD_DISC_SIDE
{
ltmmDVD_SIDE_A = 1,
ltmmDVD_SIDE_B = 2
} ltmmDVD_DISC_SIDE;
The ltmmDVD_DISC_SIDE constants indicate the sides of a DVD disc. The values listed below can be used with some of the IltmmDVDControl interface functions.
Constant |
Description |
ltmmDVD_SIDE_A |
[1] Side A. |
ltmmDVD_SIDE_B |
[2] Side B. |
Comments
For more detailed information, see the Microsoft documentation for the DVD_DISC_SIDE Enumeration at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/dvd_disc_sideenumeration.asp.