Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
t
u
v
w
Functions
_
c
d
g
m
o
p
r
t
v
w
Variables
_
a
c
d
e
f
h
i
k
l
m
n
p
r
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
m
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
y
Enumerations
_
a
b
d
e
f
g
h
i
j
l
m
p
s
u
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
extern
porcupine
binding
android
Porcupine
porcupine
src
main
java
ai
picovoice
porcupine
PorcupineManagerErrorCallback.java
Go to the documentation of this file.
1
/*
2
Copyright 2021 Picovoice Inc.
3
4
You may not use this file except in compliance with the license. A copy of the license is
5
located in the "LICENSE" file accompanying this source.
6
7
Unless required by applicable law or agreed to in writing, software distributed under the
8
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
9
express or implied. See the License for the specific language governing permissions and
10
limitations under the License.
11
*/
12
13
package
ai.picovoice.porcupine;
14
15
public
interface
PorcupineManagerErrorCallback
{
16
void
invoke
(
PorcupineException
error
);
17
}
ai.picovoice.porcupine.PorcupineException
Definition:
android/Porcupine/porcupine/src/main/java/ai/picovoice/porcupine/exception/PorcupineException.java:13
ai.picovoice.porcupine.PorcupineManagerErrorCallback.invoke
void invoke(PorcupineException error)
ai.picovoice.porcupine.PorcupineManagerErrorCallback
Definition:
PorcupineManagerErrorCallback.java:15
error
static int error(vorb *f, enum STBVorbisError e)
Definition:
porcupine/demo/c/dr_libs/tests/external/miniaudio/extras/stb_vorbis.c:896
picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:14:50