|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
MultiResultItem
,
EssenceMultiAccess
Method Summary | |
---|---|
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. |
Method Detail |
---|
@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.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |