ParcelableApicFrame, AppInfoTable, BinaryFrame, ChapterFrame, ChapterTocFrame, CommentFrame, EventMessage, GeobFrame, HlsTrackMetadataEntry, IcyHeaders, IcyInfo, Id3Frame, InternalFrame, MdtaMetadataEntry, MlltFrame, MotionPhotoMetadata, PictureFrame, PrivateCommand, PrivFrame, SlowMotionData, SmtaMetadataEntry, SpliceCommand, SpliceInsertCommand, SpliceNullCommand, SpliceScheduleCommand, TextInformationFrame, TimeSignalCommand, UrlLinkFrame, VorbisCommentpublic static interface Metadata.Entry extends Parcelable
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method | Description |
|---|---|---|
default byte[] |
getWrappedMetadataBytes() |
Returns the bytes of the wrapped metadata in this Entry, or null if it doesn't contain
wrapped metadata.
|
default Format |
getWrappedMetadataFormat() |
Returns the
Format that can be used to decode the wrapped metadata in getWrappedMetadataBytes(), or null if this Entry doesn't contain wrapped metadata. |
describeContents, writeToParcel@Nullable default Format getWrappedMetadataFormat()
Format that can be used to decode the wrapped metadata in getWrappedMetadataBytes(), or null if this Entry doesn't contain wrapped metadata.@Nullable default byte[] getWrappedMetadataBytes()