ChannelInfo structure
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
Contains information about the cable television channel.
Syntax
typedef struct _ChannelInfo {
LONG lFrequency;
union {
struct {
LONG lONID;
LONG lTSID;
LONG lSID;
} DVB;
struct {
LONG lProgNumber;
} DC;
struct {
LONG lProgNumber;
} ATSC;
};
} ChannelInfo;
Members
-
lFrequency
-
The tuning frequency.
-
DVB
-
Contains information for DVB tuning.
-
lONID
-
The original network ID.
-
lTSID
-
The transport stream ID.
-
lSID
-
The service ID for the network.
-
-
DC
-
Contains information the digital cable tuning.
-
lProgNumber
-
The program number.
-
-
ATSC
-
Contains information for ATSC tuning.
-
lProgNumber
-
The program number.
-
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|