@NoOffset public static class Node.Input extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
Node.Input.Type |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| 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
|
Input(Node par,
String n,
int t,
boolean blocking,
int queueSize,
Node.DatatypeHierarchy types) |
Input(Node par,
String n,
int t,
Node.DatatypeHierarchy types) |
Input(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BoolOptional |
blocking() |
boolean |
defaultBlocking() |
int |
defaultQueueSize() |
boolean |
getBlocking()
Get input queue behavior
|
Node |
getParent() |
int |
getQueueSize()
Get input queue size.
|
BytePointer |
name() |
Node.DatatypeHierarchy |
possibleDatatypes() |
IntOptional |
queueSize() |
void |
setBlocking(boolean blocking)
Overrides default input queue behavior.
|
void |
setQueueSize(int size)
Overrides default input queue size.
|
Node.Input.Type |
type() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Input(Pointer p)
Pointer(Pointer).public Input(@ByRef Node par, @StdString BytePointer n, Node.Input.Type t, @StdVector Node.DatatypeHierarchy types)
public Input(@ByRef Node par, @StdString String n, @Cast(value="dai::Node::Input::Type") int t, @StdVector Node.DatatypeHierarchy types)
public Input(@ByRef Node par, @StdString BytePointer n, Node.Input.Type t, @Cast(value="bool") boolean blocking, int queueSize, @StdVector Node.DatatypeHierarchy types)
public Input(@ByRef Node par, @StdString String n, @Cast(value="dai::Node::Input::Type") int t, @Cast(value="bool") boolean blocking, int queueSize, @StdVector Node.DatatypeHierarchy types)
@MemberGetter @StdString public BytePointer name()
@MemberGetter public Node.Input.Type type()
@MemberGetter @Cast(value="bool") public boolean defaultBlocking()
@MemberGetter public int defaultQueueSize()
@MemberGetter @ByRef public BoolOptional blocking()
@MemberGetter @ByRef @Cast(value="tl::optional<int>*") public IntOptional queueSize()
@MemberGetter @StdVector public Node.DatatypeHierarchy possibleDatatypes()
public void setBlocking(@Cast(value="bool") boolean blocking)
blocking - True blocking, false overwriting@Cast(value="bool") public boolean getBlocking()
public void setQueueSize(int size)
blocking attributesize - Maximum input queue sizepublic int getQueueSize()
Copyright © 2021. All rights reserved.