public interface ImageEvent
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getData() |
Integer |
getHeight()
Returns the Image height.
|
Long |
getImageId()
Returns the id associated with the given image.
|
String |
getImageSourceId()
Returns the id of the source of the Image.
|
Long |
getImageTimestampMillisecUTC()
Returns the timestamp of the Image.
|
Integer |
getNChannels()
Returns the number of color channels in the image.
|
Integer |
getWidth()
Returns the Image width.
|
Integer |
getWidthStep()
Returns the widthstep of the Image.
|
Long getImageId()
Long getImageTimestampMillisecUTC()
String getImageSourceId()
Integer getWidth()
Integer getHeight()
Integer getNChannels()
Integer getWidthStep()
ByteBuffer getData()
Copyright © 2011-2014. All Rights Reserved.