@Namespace(value="dai") @Properties(inherit=depthai.class) public class XLinkOutProperties extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
XLinkOutProperties()
Default native constructor.
|
XLinkOutProperties(long size)
Native array allocator.
|
XLinkOutProperties(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
XLinkOutProperties |
getPointer(long i) |
float |
maxFpsLimit()
Set a limit to how many packets will be sent further to host
|
XLinkOutProperties |
maxFpsLimit(float setter) |
boolean |
metadataOnly()
Whether to transfer data or only object attributes
|
XLinkOutProperties |
metadataOnly(boolean setter) |
XLinkOutProperties |
position(long position) |
BytePointer |
streamName()
Name of stream
|
XLinkOutProperties |
streamName(BytePointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic XLinkOutProperties()
public XLinkOutProperties(long size)
Pointer.position(long).public XLinkOutProperties(Pointer p)
Pointer(Pointer).public XLinkOutProperties position(long position)
public XLinkOutProperties getPointer(long i)
getPointer in class Pointerpublic float maxFpsLimit()
public XLinkOutProperties maxFpsLimit(float setter)
@StdString public BytePointer streamName()
public XLinkOutProperties streamName(BytePointer setter)
@Cast(value="bool") public boolean metadataOnly()
public XLinkOutProperties metadataOnly(boolean setter)
Copyright © 2021. All rights reserved.