Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
EALocationCodeType Structure
The EALocationCodeType structure defines an Emergency Alert (EA) location code, as defined in ANSI/SCTE 28.
Syntax
typedef struct { LocationCodeSchemeType LocationCodeScheme; BYTE state_code; BYTE county_subdivision; WORD county_code; } EALocationCodeType;
Members
LocationCodeScheme
Identifies the standard that shall be used to interpret the other members of this structure. Currently this value must be SCTE_18, meaning SCTE 18, "Emergency Alert Message for Cable."
state_code
Contains the state_code field.
county_subdivision
Contains the county_subdivision field.
county_code
Contains the county_code field.
Requirements
Header: Include bdaiface.h.
See Also