Mp4Muxer.EditableVideoParameters.CacheFileProvider


public interface Mp4Muxer.EditableVideoParameters.CacheFileProvider


Provides temporary cache files to be used by the muxer.

Summary

Public methods

abstract String

Returns a cache file path.

Public methods

getCacheFilePath

abstract String getCacheFilePath()

Returns a cache file path.

Every call to this method should return a new cache file.

The app is responsible for deleting the cache file after closing the muxer.