Package org.apache.tika.metadata
Interface QuickTime
public interface QuickTime
Metadata properties specific to the QuickTime container family (.mov,
.mp4, .m4a and friends). The container's com.apple.quicktime.* item-list
keys pass through under their own names; the properties defined here are
values Tika derives from structures beyond that key list.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyPresentation start of the com.apple.quicktime.still-image-time timed metadata track, in microseconds.
-
Field Details
-
STILL_IMAGE_TIME
Presentation start of the com.apple.quicktime.still-image-time timed metadata track, in microseconds. In an Apple Live Photo video this is the moment the paired still image was captured. A value of 0 means the still is the very first frame; the property is absent when the file declares no such track. Only set when the track holds exactly one sample (the Live Photo shape): the sample marks a point in time, its own one-tick duration is filler, so there is deliberately no corresponding end property.
-