# CameraMediaItemType
A media object from the camera or photo gallery.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# cropRect
cropRect :Dimension
Simple object defining the user's selected crop rectangle, or null if the user has not edited the photo. width/height values are assumed to be in pixels.
# livePhoto
livePhoto :Titanium.UI.iOS.LivePhoto
The live photo object, as a Titanium.UI.iOS.LivePhoto and
undefined if no live photo is selected.
# mediaType
mediaType :String
The type of media, either MEDIA_TYPE_PHOTO, MEDIA_TYPE_LIVEPHOTO or MEDIA_TYPE_VIDEO defined in Titanium.Media.