MCI_QUALITY_NAME | Indicates the lpstrName field of the data structure identified by lParam2 contains a pointer to a buffer containing the quality descriptor. | |
MCI_QUALITY_ALG | Indicates the lpstrAlgorithm field of the data structure identified by lParam2 contains a pointer to a buffer containing the name of the algorithm. This algorithm must be supported by the device driver, and must be compatible with the audio, still, or video descriptor that is used. If this flag is omitted then the current algorithm is used. | |
MCI_QUALITY_DIALOG | Requests that the device driver display a dialog box for specifying the quality level. The dialog box has algorithm-specific fields used internally by the device driver to create a data structure describing to achieve a specific quality level. | |
MCI_QUALITY_HANDLE | Indicates the dwHandle field of the data structure identified by lParam2 contains a handle to a data structure. The data structure contains algorithmic-specific data describing the specific quality level. The format of the data structures for the algorithms is device dependent. | |
LPMCI_DGV_QUALITY_PARMS lParam2 | Specifies a far pointer to a MCI_DGV_QUALITY_PARMS data structure. | |
Return Value | Returns zero if successful. Otherwise, it returns an MCI error code. | |
Comments | The algorithm and quality level for the stored data is set with the MCI_SETAUDIO and MCI_SETVIDEO commands. | |
See Also | MCI_SETAUDIO, MCI_SETVIDEO | |