home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
TBS: CI/CAM support and other improvements
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="DJBlu" data-source="post: 840748" data-attributes="member: 54957"><p>typedef struct _BDA_NBC_PARAMS</p><p>{</p><p>int rolloff;</p><p>int pilot;</p><p>int dvbtype;// 1 for dvbs 2 for dvbs2 0 for auto</p><p>int fecrate;</p><p>int modtype;</p><p>} BDA_NBC_PARAMS, *PBDA_NBC_PARAMS;</p><p>dvbtype default value is 0 ,if you lock DVBS2 TP,driver will lock DVBS first then lock DVBS2 ,so it will longer</p><p>const GUID KSPROPSETID_BdaTunerExtensionProperties =</p><p>{0xfaa8f3e5, 0x31d4, 0x4e41, {0x88, 0xef, 0xd9, 0xeb, 0x71, 0x6f, 0x6e, 0xc9}};</p><p>typedef enum {</p><p>KSPROPERTY_BDA_RESERVED = 0,</p><p>KSPROPERTY_BDA_NBC_PARAMS = 10,</p><p>KSPROPERTY_BDA_BLIND_SCAN = 11, </p><p>KSPROPERTY_BDA_TBSACCESS = 21 </p><p>} KSPROPERTY_BDA_TUNER_EXTENSION;</p><p>BDA_NBC_PARAMS DVBType;</p><p>DVBType.dvbtype = type; 1 for dvbs 2 for dvbs2 0 for auto</p><p>//Only need to set dvbtype other parameter do not need to set.</p><p>if (m_pKsCtrl->Set(KSPROPSETID_BdaTunerExtensionProperties, </p><p>KSPROPERTY_BDA_NBC_PARAMS, </p><p>&DVBType,sizeof(DVBType),</p><p>&DVBType, sizeof(DVBType)) == S_OK)</p><p>{</p><p>bRet = TRUE;</p><p>}</p><p>else</p><p>{</p><p>OutputDebugString("SetDVBType setInterface Failed");</p><p>}</p><p> </p><p>Good News.</p><p></p><p>We can set the DVB-S/S2 setting.</p><p></p><p>I'll add it later and give it a whirl.</p></blockquote><p></p>
[QUOTE="DJBlu, post: 840748, member: 54957"] typedef struct _BDA_NBC_PARAMS { int rolloff; int pilot; int dvbtype;// 1 for dvbs 2 for dvbs2 0 for auto int fecrate; int modtype; } BDA_NBC_PARAMS, *PBDA_NBC_PARAMS; dvbtype default value is 0 ,if you lock DVBS2 TP,driver will lock DVBS first then lock DVBS2 ,so it will longer const GUID KSPROPSETID_BdaTunerExtensionProperties = {0xfaa8f3e5, 0x31d4, 0x4e41, {0x88, 0xef, 0xd9, 0xeb, 0x71, 0x6f, 0x6e, 0xc9}}; typedef enum { KSPROPERTY_BDA_RESERVED = 0, KSPROPERTY_BDA_NBC_PARAMS = 10, KSPROPERTY_BDA_BLIND_SCAN = 11, KSPROPERTY_BDA_TBSACCESS = 21 } KSPROPERTY_BDA_TUNER_EXTENSION; BDA_NBC_PARAMS DVBType; DVBType.dvbtype = type; 1 for dvbs 2 for dvbs2 0 for auto //Only need to set dvbtype other parameter do not need to set. if (m_pKsCtrl->Set(KSPROPSETID_BdaTunerExtensionProperties, KSPROPERTY_BDA_NBC_PARAMS, &DVBType,sizeof(DVBType), &DVBType, sizeof(DVBType)) == S_OK) { bRet = TRUE; } else { OutputDebugString("SetDVBType setInterface Failed"); } Good News. We can set the DVB-S/S2 setting. I'll add it later and give it a whirl. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
TBS: CI/CAM support and other improvements
Contact us
RSS
Top
Bottom