Platform SDK: Broadcast Architecture

BPCDeviceBase.CountryCode

The CountryCode property enables you to set or retrieve the international telephone dialing prefix for a device. This value is used by the tuner filter to choose analog broadcast frequency and format. Visual Basic syntax is shown.

object.CountryCode [ = lCode ]

Parts

object
Object expression that resolves to a BPCDeviceBase object.
lCode
Long that specifies the international telephone dialing prefix that specifies the geographical location of the computer.

Remarks

CountryCode is an international dialing code that specifies the geographical location of the computer. This location information is used to set the frequency and format of analog video — for example, to choose between NTSC, PAL, and SECAM. CountryCode is only available for analog tuners.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in vidsvr.odl.
  Import Library: Included as a resource in vid.ocx.

See Also

BPCDeviceBase