FileColumns Class |
Namespace: AndroidLocalGalleryPlugin
public class FileColumns : MonoBehaviour
The FileColumns type exposes the following members.
Name | Description | |
---|---|---|
FileColumns | Initializes a new instance of the FileColumns class |
Name | Description | |
---|---|---|
_ID | The unique ID for a row. Type: INTEGER (long) | |
DATA | Path to the file on disk. Note that apps may not have filesystem permissions to directly access this path. You need to check runtime permission if you want to access this path Type: TEXT | |
DATE_ADDED | The time the file was added to the media provider. Units are seconds since 1970. Type: INTEGER (long) | |
DATE_MODIFIED | The time the file was last modified. Units are seconds since 1970. NOTE: This is for internal use by the media scanner. Type: INTEGER (long) | |
DATE_TAKEN | The date and time that the image was taken in units of milliseconds since jan 1, 1970. Type: INTEGER (long) | |
DESCRIPTION | The description of the image. Type: TEXT | |
DISPLAY_NAME | The display name of the file. Type: TEXT | |
FULL_SCREEN_KIND |
One of the kinds of thumbnail. This kind is not recommended to use.
| |
HEIGHT | The height of the image/video in pixels. Type: INTEGER | |
IMAGE_ID | The original image for the thumbnal. Type: INTEGER (ID from Image table) | |
IS_DIRECTORY | The flag indicates whether data(path) is a directory or file. Type: BOOL | |
IS_PRIVATE | Whether the video should be published as public or private. Type: INTEGER | |
KIND | The kind of the thumbnail. Type: INTEGER (One of the values below) | |
LATITUDE | The latitude where the image was captured. Type: DOUBLE | |
LONGITUDE | The longitude where the image was captured. Type: DOUBLE | |
MEDIA_TYPE | The media type (audio, video, image or playlist) of the file, or 0 for not a media file Type: INTEGER | |
MEDIA_TYPE_AUDIO | Constant for the {@link #MEDIA_TYPE} column indicating that file is an audio file. Type: INTEGER | |
MEDIA_TYPE_IMAGE | Constant for the {@link #MEDIA_TYPE} column indicating that file is an image file. Type: INTEGER | |
MEDIA_TYPE_NONE | Constant for the {@link #MEDIA_TYPE} column indicating that file is not an audio, image, video or playlist file. Type: INTEGER | |
MEDIA_TYPE_PLAYLIST | Constant for the {@link #MEDIA_TYPE} column indicating that file is a playlist file. Type: INTEGER | |
MEDIA_TYPE_VIDEO | Constant for the {@link #MEDIA_TYPE} column indicating that file is a video file. Type: INTEGER | |
MICRO_KIND |
One of the kinds of thumbnail. This kind is not recommended to use.
| |
MIME_TYPE | The MIME type of the file. Type: TEXT | |
MINI_KIND |
One of the kinds of thumbnail.
| |
MINI_THUMB_MAGIC | The mini thumb id. Type: INTEGER | |
ORIENTATION | The orientation for the image expressed as degrees. Only degrees 0, 90, 180, 270 will work. Type: INTEGER | |
PARENT | The index of the parent directory of the file. Type: INTEGER | |
POSITION | Index position. This position is a value which is managed by the Controller Script of Unity to find certain childItem to attach thumbnail. Type: INTEGER | |
SIZE | The size of the file in bytes. Type: INTEGER (long) | |
TITLE | The title of the content. Type: TEXT | |
VIDEO_ID | The original image for the thumbnal. Type: INTEGER (ID from Video table) | |
WIDTH | The width of the image/video in pixels. Type: INTEGER |