Added definitions of MERITs.
This commit is contained in:
parent
b3ec677d58
commit
dbb618a8ca
|
@ -304,6 +304,17 @@ typedef enum
|
||||||
AM_STREAM_CONTROL = 1
|
AM_STREAM_CONTROL = 1
|
||||||
} AM_SAMPLE_PROPERTY_FLAGS;
|
} AM_SAMPLE_PROPERTY_FLAGS;
|
||||||
|
|
||||||
|
enum __MIDL_IFilterMapper_0001
|
||||||
|
{
|
||||||
|
MERIT_PREFERRED = 0x800000,
|
||||||
|
MERIT_NORMAL = 0x600000,
|
||||||
|
MERIT_UNLIKELY = 0x400000,
|
||||||
|
MERIT_DO_NOT_USE = 0x200000,
|
||||||
|
MERIT_HW_COMPRESSOR = 0x100050,
|
||||||
|
MERIT_SW_COMPRESSOR = 0x100000,
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* structs. */
|
/* structs. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue