Interface InAppMuxer.MetadataProvider
-
- Enclosing class:
- InAppMuxer
public static interface InAppMuxer.MetadataProvider
Provides metadata to add in the output MP4 file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateMetadataEntries(Set<Metadata.Entry> metadataEntries)
Updates the list of metadata entries.
-
-
-
Method Detail
-
updateMetadataEntries
void updateMetadataEntries(Set<Metadata.Entry> metadataEntries)
Updates the list of metadata entries.A
Metadata.Entry
can be added or removed. To modify an existingMetadata.Entry
, first remove it and then add a new one.List of supported metadata entries:
-
-