ATSC_FILTER_OPTIONS Structure
Microsoft DirectShow 9.0 |
ATSC_FILTER_OPTIONS Structure
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.
Requirements
Header: Include Mpeg2data.h.
See Also