Microsoft DirectX 9.0 |
The ATSC_FILTER_OPTIONS structure specifies additional criteria for matching ATSC section headers.
Syntax
typedef struct {
BOOL fSpecifyEtmId;
DWORD EtmId;
} ATSC_FILTER_OPTIONS;
Members
fSpecifyEtmId
If this flag is TRUE, the ETM_id field in the header must match the value of the EtmId structure member. Otherwise, the ETM_id field is ignored.
EtmId
Specifies a value for the ETM_id field.
See Also