InAppMp4Muxer.MetadataProvider
public interface InAppMp4Muxer.MetadataProvider
Provides metadata to add in the output MP4 file.
Summary
Public methods |
|
|---|---|
abstract void |
updateMetadataEntries(Set<Metadata.Entry> metadataEntries)Updates the list of |
Public methods
updateMetadataEntries
abstract void updateMetadataEntries(Set<Metadata.Entry> metadataEntries)
Updates the list of metadata entries.
A Metadata.Entry can be added or removed. To modify an existing Metadata.Entry, first remove it and then add a new one.
For the list of supported metadata refer to addMetadataEntry.