Package com.castlabs.sdk.thumbs
Class DefaultThumbnailView.ThumbnailInfo
java.lang.Object
com.castlabs.sdk.thumbs.DefaultThumbnailView.ThumbnailInfo
- Enclosing class:
DefaultThumbnailView
Thumbnail information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Time of the Thumbnail as defined in the media resource in microsecondsint
Height of the thumbnaillong
Time for which the Thumbnail was requested in microsecondsint
getWidth()
Width of the thumbnail
-
Constructor Details
-
ThumbnailInfo
public ThumbnailInfo()
-
-
Method Details
-
getWidth
public int getWidth()Width of the thumbnail -
getHeight
public int getHeight()Height of the thumbnail -
getRequestedTimeUs
public long getRequestedTimeUs()Time for which the Thumbnail was requested in microseconds -
getActualTimeUs
public long getActualTimeUs()Time of the Thumbnail as defined in the media resource in microseconds
-