Changeset 40766
- Timestamp:
- 08/18/17 20:24:02 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/frontenddev.h
r40765 r40766 1639 1639 int modulation = tpnode->modulation; 1640 1640 switch(modulation) 1641 #if DVB_API_VERSION >= 5 1642 { 1643 case 0: modulation = QPSK; break; 1644 case 1: modulation = QAM_16; break; 1645 case 2: modulation = QAM_32; break; 1646 case 3: modulation = QAM_64; break; 1647 case 5: modulation = QAM_128; break; 1648 case 6: modulation = QAM_256; break; 1649 case 7: modulation = QAM_AUTO; break; 1650 default: modulation = QAM_AUTO; break; 1651 } 1652 #else 1641 1653 { 1642 1654 case 0: modulation = QPSK; break; … … 1647 1659 default: modulation = QAM_AUTO; break; 1648 1660 } 1661 #endif 1649 1662 1650 1663 int bandwidth = tpnode->symbolrate; //symbolrate = bandwidth on DVBT
Note: See TracChangeset
for help on using the changeset viewer.