ltmmDVD_WARNING constants
The ltmmDVD_WARNING constants specify DVD warning conditions.
Const ltmmDVD_WARNING_InvalidDVD1_0Disc = 1
Const ltmmDVD_WARNING_FormatNotSupported = 2
Const ltmmDVD_WARNING_IllegalNavCommand = 3
Const ltmmDVD_WARNING_Open = 4
Const ltmmDVD_WARNING_Seek = 5
Const ltmmDVD_WARNING_Read = 6
Constant |
Description |
ltmmDVD_WARNING_InvalidDVD1_0Disc |
[1] DVD-Video disc is incorrectly authored. Playback can continue, but unexpected behavior may occur. |
ltmmDVD_WARNING_FormatNotSupported |
[2] A decoder Also known as a decompressor Also known as a decoder, this is a module or algorithm to decompress data., this is a module or algorithm to decompress data. would not support the current format. Playback of a stream (audio, video of SP) may not function. lParam2 contains the stream type |
ltmmDVD_WARNING_IllegalNavCommand |
[3] The internal DVD navigation command processor attempted to process an illegal command. |
ltmmDVD_WARNING_Open |
[4] File Open Failed. |
ltmmDVD_WARNING_Seek |
[5] File Seek Failed |
ltmmDVD_WARNING_Read |
[6] File Read Failed. |
Comments
For more detailed information, refer to the Microsoft documentation for the DVD_WARNING Enumeration at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/dvd_warningenumeration.asp.