| 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,
ByteBuffer group,
ByteBuffer n,
Node.Input.Type t,
boolean blocking,
int queueSize,
boolean waitForMessage,
Node.DatatypeHierarchy types) |
Input(Node par,
ByteBuffer n,
Node.Input.Type t,
boolean blocking,
int queueSize,
boolean waitForMessage,
Node.DatatypeHierarchy types) |
Input(Node par,
ByteBuffer n,
Node.Input.Type t,
boolean blocking,
int queueSize,
Node.DatatypeHierarchy types) |
Input(Node par,
ByteBuffer n,
Node.Input.Type t,
Node.DatatypeHierarchy types) |
Input(Node par,
BytePointer group,
BytePointer n,
Node.Input.Type t,
boolean blocking,
int queueSize,
boolean waitForMessage,
Node.DatatypeHierarchy types)
Constructs Input with specified blocking and queueSize as well as additional options
|
Input(Node par,
BytePointer n,
Node.Input.Type t,
boolean blocking,
int queueSize,
boolean waitForMessage,
Node.DatatypeHierarchy types)
Constructs Input with specified blocking and queueSize as well as additional options
|
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
|
Input(Node par,
String n,
Node.Input.Type t,
boolean blocking,
int queueSize,
boolean waitForMessage,
Node.DatatypeHierarchy types) |
Input(Node par,
String n,
Node.Input.Type t,
boolean blocking,
int queueSize,
Node.DatatypeHierarchy types) |
Input(Node par,
String n,
Node.Input.Type t,
Node.DatatypeHierarchy types) |
Input(Node par,
String group,
String n,
Node.Input.Type t,
boolean blocking,
int queueSize,
boolean waitForMessage,
Node.DatatypeHierarchy types) |
Copyright © 2023. All rights reserved.