ChannelInfo Structure

[This documentation is preliminary and is subject to change.]

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

Client Requires Windows 7.
Header Declared in Bdamedia.h.

Send comments about this topic to Microsoft

Build date: 12/4/2008