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 c6ef2f7 commit 62412f5Copy full SHA for 62412f5
AVInput/AVInputImplementation.cpp
@@ -88,7 +88,7 @@ namespace Plugin {
88
}
89
90
// <pca> 2
91
- void initialize(Core::Sink<Notification> notification)
+ void initialize()
92
{
93
try {
94
device::Manager::Initialize();
AVInput/AVInputImplementation.h
@@ -106,7 +106,7 @@ namespace Plugin {
106
107
108
109
- void initialize(Core::Sink<Notification> notification);
+ void initialize();
110
void deinitialize();
111
// </pca>
112
0 commit comments