BDA_Comp_Flags enumeration
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
Defines flags for the IBDAComparable interface.
Syntax
typedef enum {
BDACOMP_NOT_DEFINED = 0x00000000,
BDACOMP_EXCLUDE_TS_FROM_TR = 0x00000001,
BDACOMP_INCLUDE_LOCATOR_IN_TR = 0x00000002,
BDACOMP_INCLUDE_COMPONENTS_IN_TR = 0x00000004
} BDA_Comp_Flags;
Constants
-
BDACOMP_NOT_DEFINED
-
Reserved.
-
BDACOMP_EXCLUDE_TS_FROM_TR
-
Exclude the tuning space from the comparison.
-
BDACOMP_INCLUDE_LOCATOR_IN_TR
-
Include the locator in the comparison.
-
BDACOMP_INCLUDE_COMPONENTS_IN_TR
-
Include components in the comparison.
Requirements
Header |
|