@@ -162,14 +162,15 @@ namespace Plugin {
162
162
Core::hresult SetVRRSupport (const int portId, const bool vrrSupport) override ;
163
163
Core::hresult GetVRRSupport (const int portId, bool & vrrSupport) override ;
164
164
Core::hresult GetHdmiVersion (const int portId, string& HdmiCapabilityVersion, bool & success) override ;
165
- Core::hresult SetAudioMixerLevels (const int primaryVolume, const int inputVolume, SuccessResult& successResult) override ;
165
+ Core::hresult SetMixerLevels (const int primaryVolume, const int inputVolume, SuccessResult& successResult) override ;
166
166
Core::hresult StartInput (const int portId, const int typeOfInput, const bool audioMix, const int planeType, const bool topMost, SuccessResult& successResult) override ;
167
167
Core::hresult StopInput (const int typeOfInput, SuccessResult& successResult) override ;
168
168
Core::hresult SetVideoRectangle (const uint16_t x, const uint16_t y, const uint16_t w, const uint16_t h, const uint16_t typeOfInput, SuccessResult& successResult) override ;
169
169
Core::hresult CurrentVideoMode (string& currentVideoMode, bool & success) override ;
170
170
Core::hresult ContentProtected (bool & isContentProtected, bool & success) override ;
171
171
Core::hresult GetSupportedGameFeatures (IStringIterator*& features, bool & success) override ;
172
172
Core::hresult GetGameFeatureStatus (const int portId, const string& gameFeature, bool & mode, bool & success) override ;
173
+ Core::hresult GetVRRFrameRate (const int portId, double & currentVRRVideoFrameRate, bool & success) override ;
173
174
174
175
Core::hresult getInputDevices (const int typeOfInput, std::list<WPEFramework::Exchange::IAVInput::InputDevice>& inputDeviceList);
175
176
void AVInputHotplug (int input, int connect, int type);
0 commit comments