IDVBTLocator Interface
The IDVBTLocator interface is implemented on the DVBTLocator object. It provides methods to enable a tuner to acquire a terrestrial DVB (DVB-T) transport stream. The data types are defined in Bdatypes.h. Locator data is meant for consumption by the BDA hardware drivers. Applications do not need to interpret any of this data except perhaps for some debugging purposes.
Locators can be created dynamically when the tune request is created, by a loader that has access to the necessary information about the tuning space, or a default locator can be installed when the tuning space is first installed, and the loader can use the default locator when creating tune requests. Applications do not need to use any of the Locator interfaces unless they are creating tune requests. All Locator objects also support IPersistPropertyBag.
Methods
The IDVBTLocator interface inherits from IDigitalLocator.
In addition, IDVBTLocator defines the following methods.
Method | Description |
---|---|
Retrieves the bandwidth of the frequency in megahertz, usually 7 or 8. |
|
Retrieves the guard interval. |
|
Retrieves the hierarchy alpha. |
|
Retrieves the inner FEC type of the low-priority stream. |
|
Retrieves the inner FEC rate of the low-priority stream. |
|
Receives the transmission mode. |
|
Indicates whether the frequency is being used by another DVB-T broadcaster. |
|
Sets the bandwidth of the frequency in megahertz, usually 7 or 8. |
|
Sets the guard interval. |
|
Sets the hierarchy alpha. |
|
Sets the inner FEC type of the low-priority stream. |
|
Sets the inner FEC rate of the low-priority stream. |
|
Sets the transmission mode. |
|
Specifies whether the frequency is being used by another DVB-T broadcaster. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008