Jump to content

Looking for the current TTuner structure ?


Recommended Posts

Hello,

 

I am writing a DVBViewer Plugin. Everything is working fine but there is one problem:

 

The TTuner structure from the SDK and also from all the posts in this forum seems to be wrong or out of date.

 

Can anybody please help me with the current version of the TTuner structure (in C++) and maybe all the other updated things that are out of date in the SDK ?

 

I found the following examples in the SDK and on the board - ALL ARE WRONG OR OUT OF DATE - I have debugged it in the Execute function of my plugin:

 

typedef struct {

char TunerType;

DWORD Frequency;

DWORD SymbolRate;

DWORD LNB;

UINT ECM;

char Unused;

char AC3;

DWORD FEC;

DWORD Polarity; //| Modulation |GuardInterval

DWORD LNBSelection;

DWORD DiSEqC;

DWORD AudioPid;

DWORD VideoPid;

DWORD TelePid;

DWORD ServiceID;

}

 

struct TTuner {

char TunerType;

DWORD Frequency;

DWORD SymbolRate;

DWORD LNB;

UINT ECM;

char Unused;

char AC3;

DWORD FEC;

DWORD Polarity; //| Modulation |GuardInterval

DWORD LNBSelection;

DWORD DiSEqC;

DWORD AudioPid;

DWORD VideoPid;

DWORD TelePid;

DWORD ServiceID;

};

 

...

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...