| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
Node.Input.Type |
Node.Input.Type.intern() |
Node.Input.Type |
Node.Input.type() |
static Node.Input.Type |
Node.Input.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.Input.Type[] |
Node.Input.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Input(Node par,
BytePointer n,
Node.Input.Type t,
boolean blocking,
int queueSize,
Node.DatatypeHierarchy types)
Constructs Input with specified blocking and queueSize options
|
Input(Node par,
BytePointer n,
Node.Input.Type t,
Node.DatatypeHierarchy types)
Constructs Input with default blocking and queueSize options
|
Copyright © 2021. All rights reserved.