Android Studio Sign in

InAppMp4Muxer.MetadataProvider


public interface InAppMp4Muxer.MetadataProvider


Provides metadata to add in the output MP4 file.

Summary

Public methods

abstract void

Updates the list of metadata entries.

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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.