[Windows] Remove redundant DirectSound error codes
[xbmc.git] / xbmc / platform / android / speech / ISpeechRecognitionCallback.h
blobb8b766463eb02d2f22488940fdaa36a54e638743
1 /*
2 * Copyright (C) 2012-2022 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #pragma once
11 namespace jni
13 class CJNIXBMCSpeechRecognitionListener;
16 class ISpeechRecognitionCallback
18 public:
19 virtual ~ISpeechRecognitionCallback() = default;
20 virtual void SpeechRecognitionDone(jni::CJNIXBMCSpeechRecognitionListener* listener) = 0;