Returns: The date when the video file was captured
getWidth
int getWidth()
Returns: The width of the video in pixels.
getHeight
int getHeight()
Returns: The height of the video in pixels.
getDuration
long getDuration()
Returns: The duration of the video.
getAlbum
String getAlbum()
Returns: The album field of the video file
getArtist
String getArtist()
Returns: The artist field of the video file
getGenre
String getGenre()
Returns: The genre field of the vide file.
getTitle
String getTitle()
Returns: The title of the video file
getOrientation
int getOrientation()
Returns: Populated for new content uploaded to ensure that the content is displayed with correct orientation. Supports images with Exif-Orientation flag present numeric values set to 2, 3, 4, 5, 6, 7, 8. Also supports videos in MP4 (ISO/Quicktime) format with Matrix rotating video stream by 90, 180 or 270 degrees, which would produce 8, 3 and 6 as numeric Orientation system attribute values.