public interface CameraStorage
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the id of the storage
|
java.util.List<CameraImage> |
getImages()
Returns the image list in the storage.
|
StorageListImagesState |
getListImagesState()
Returns the acquisition status of image list in the storage.
|
StoragePermission |
getPermission()
Returns the permission of the storage.
|
int |
getRemainingPictures()
Returns the number of possible still image shots based on current settings.
|
StorageType |
getType()
Returns the type of the storage.
|
boolean |
isAvailable()
Returns
true if the storage is available. |
java.lang.String getId()
boolean isAvailable()
true if the storage is available.true If the storage is available and false otherwiseint getRemainingPictures()
java.util.List<CameraImage> getImages()
StorageListImagesState getListImagesState()
StoragePermission getPermission()
StorageType getType()