Stay organized with collections
Save and categorize content based on your preferences.
@UnstableApi
public final class MotionPhotoMetadata extends MotionPhotoMetadata
Metadata of a motion photo file.
Summary
Public constructors |
MotionPhotoMetadata( long photoStartPosition, long photoSize, long photoPresentationTimestampUs, long videoStartPosition, long videoSize )
Creates an instance.
|
Inherited fields |
From androidx.media3.extractor.metadata.mp4.MotionPhotoMetadata
final long |
The presentation timestamp of the photo, in microseconds, or TIME_UNSET if unknown.
|
final long |
The size of the photo data, in bytes.
|
final long |
The start offset of the photo data, in bytes.
|
final long |
The size of the video data, in bytes.
|
final long |
The start offset of the video data, in bytes.
|
|
Public constructors
public MotionPhotoMetadata(
long photoStartPosition,
long photoSize,
long photoPresentationTimestampUs,
long videoStartPosition,
long videoSize
)
Creates an instance.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-11-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-05 UTC."],[],[]]