Microsoft DirectX 8.0 |
Locator object for a DVBT network type.
Method or Property Name Description Bandwidth Bandwidth. CarrierFrequency Carrier Frequency(DecaHertz). Clone Copy the Locator. Guard Guard Interval. HAlpha Hierarchical Alpha. InnerFEC Inner Fec Type. InnerFECRate Inner Fec Rate. InnerFECRate Inner Fec Rate. LPInnerFEC Inner Fec Type for Low Priority Stream. LPInnerFECRate Inner Fec Rate for Low Priority Stream. Mode Transmission Mode. Modulation Modulation Type. OtherFrequencyInUse Hierarchical Alpha. OuterFEC Outer Fec Type. OuterFECRate Outer Fec Rate. SymbolRate Sets or retrieves the QPSK symbol rate.
Bandwidth.
Syntax
DVBTLocator.Bandwidth
Remarks
This property is read-write.
Carrier Frequency(DecaHertz).
Syntax
DVBTLocator.CarrierFrequency
Remarks
This property is read-write.
Copy the Locator.
Syntax
DVBTLocator.Clone()
Return Value
Returns a DVBTLocator object that is a copy of the current object.
Guard Interval.
Syntax
DVBTLocator.Guard
Remarks
This property is read-write.
Hierarchical Alpha.
Syntax
DVBTLocator.HAlpha
Remarks
This property is read-write.
Inner Fec Type.
Syntax
DVBTLocator.InnerFEC
Remarks
This property is read-write.
Inner Fec Rate.
Syntax
DVBTLocator.InnerFECRate
Remarks
This property is read only.
Inner Fec Rate.
Syntax
DVBTLocator.InnerFECRate
Remarks
This property is read only.
Inner Fec Type for Low Priority Stream.
Syntax
DVBTLocator.LPInnerFEC
Remarks
This property is read-write.
Inner Fec Rate for Low Priority Stream.
Syntax
DVBTLocator.LPInnerFECRate
Remarks
This property is read-write.
Transmission Mode.
Syntax
DVBTLocator.Mode
Remarks
This property is read-write.
Modulation Type.
Syntax
DVBTLocator.Modulation
Remarks
This property is read-write.
Hierarchical Alpha.
Syntax
DVBTLocator.OtherFrequencyInUse
Remarks
This property is read-write.
Outer Fec Type.
Syntax
DVBTLocator.OuterFEC
Remarks
This property is read-write.
Outer Fec Rate.
Syntax
DVBTLocator.OuterFECRate
Remarks
This property is read-write.
Sets or retrieves the QPSK symbol rate.
Syntax
DVBTLocator.SymbolRate
Remarks
This property is read-write. QPSK modulates symbols onto the RF signal. These symbols are detected by the demodulator and used to reconstruct a bit stream. QPSK allows the rate at which symbols are (de)modulated to be changed.
See Also