public interface

InAppMuxer.MetadataProvider

 androidx.media3.transformer.InAppMuxer.MetadataProvider

Overview

Provides to add in the output MP4 file.

Summary

Methods
public voidupdateMetadataEntries(java.util.Set<Metadata.Entry> metadataEntries)

Updates the list of .

Methods

public void updateMetadataEntries(java.util.Set<Metadata.Entry> metadataEntries)

Updates the list of .

A can be added or removed. To modify an existing , first remove it and then add a new one.

For the list of supported metadata refer to Mp4Muxer.addMetadataEntry(Metadata.Entry).