We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f50ce4 commit 627f3aaCopy full SHA for 627f3aa
apis/AVInput/IAVInput.h
@@ -49,14 +49,8 @@ namespace WPEFramework {
49
bool success /* @brief success */;
50
};
51
52
- struct ContentInfo
53
- {
54
- int id;
55
- int contentType;
56
- };
57
-
58
- using IStringIterator = RPC::IIteratorType<string, RPC::ID_STRINGITERATOR>;
59
- using IInputDeviceIterator = RPC::IIteratorType<InputDevice, ID_AV_INPUT_DEVICE_LIST_ITERATOR>;
+ using IStringIterator = RPC::IIteratorType<string, RPC::ID_STRINGITERATOR>;
+ using IInputDeviceIterator = RPC::IIteratorType<InputDevice, ID_AV_INPUT_DEVICE_LIST_ITERATOR>;
60
61
struct EXTERNAL IDevicesChangedNotification : virtual public Core::IUnknown {
62
enum {
0 commit comments