Interface Metadata.Entry

    • Method Detail

      • getWrappedMetadataFormat

        @Nullable
        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.
      • getWrappedMetadataBytes

        @Nullable
        default byte[] getWrappedMetadataBytes()
        Returns the bytes of the wrapped metadata in this Entry, or null if it doesn't contain wrapped metadata.
      • populateMediaMetadata

        default void populateMediaMetadata​(MediaMetadata.Builder builder)
        Updates the MediaMetadata.Builder with the type-specific values stored in this Entry.
        Parameters:
        builder - The builder to be updated.