public interface MultiResultItem
Specifies an element of an array containing multiple result values from an operation to read one or more channels from an interleaved data stream.
EssenceMultiAccess| Modifier and Type | Method and Description |
|---|---|
int |
getBytesXfered()
Returns the total number of bytes transferred.
|
int |
getSamplesXfered()
Returns the number of samples transferred.
|
void |
setBytesXfered(int bytesXfered)
Sets the total number of bytes transferred.
|
void |
setSamplesXfered(int samplesXfered)
Sets the number of samples transferred.
|
@UInt32 int getBytesXfered()
Returns the total number of bytes transferred.
void setBytesXfered(@UInt32 int bytesXfered) throws IllegalArgumentException
Sets the total number of bytes transferred.
bytesXfered - Total number of bytes transferred.IllegalArgumentException - The given number of bytes transferred is negative.@UInt32 int getSamplesXfered()
Returns the number of samples transferred.
void setSamplesXfered(@UInt32 int samplesXfered) throws IllegalArgumentException
Sets the number of samples transferred.
samplesXfered - Number of samples transferred.IllegalArgumentException - The given number of samples transferred is negative.(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.