Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/FGManagerBDA.h')
-rw-r--r--src/mpc-hc/FGManagerBDA.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/mpc-hc/FGManagerBDA.h b/src/mpc-hc/FGManagerBDA.h
index aeb46c5da..234e10286 100644
--- a/src/mpc-hc/FGManagerBDA.h
+++ b/src/mpc-hc/FGManagerBDA.h
@@ -1,5 +1,5 @@
/*
- * (C) 2009-2015 see Authors.txt
+ * (C) 2009-2016 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -20,11 +20,12 @@
#pragma once
-#include <bdatypes.h>
-#include <bdamedia.h>
-#include <bdaiface.h>
#include "FGManager.h"
+#include "DVBChannel.h"
+#include <bdaiface.h>
+enum DVB_RebuildFilterGraph;
+typedef struct tagVIDEOINFOHEADER2 VIDEOINFOHEADER2;
class CDVBStream
{
@@ -120,8 +121,8 @@ public:
// IBDATuner
STDMETHODIMP SetChannel(int nChannelPrefNumber);
STDMETHODIMP SetAudio(int nAudioIndex);
- STDMETHODIMP SetFrequency(ULONG freq);
- STDMETHODIMP Scan(ULONG ulFrequency, HWND hWnd);
+ STDMETHODIMP SetFrequency(ULONG ulFrequency, ULONG ulBandwidth);
+ STDMETHODIMP Scan(ULONG ulFrequency, ULONG ulBandwidth, HWND hWnd);
STDMETHODIMP GetStats(BOOLEAN& bPresent, BOOLEAN& bLocked, LONG& lDbStrength, LONG& lPercentQuality);
// IAMStreamSelect