public interface

Mp4Muxer.EditableVideoParameters.CacheFileProvider

 androidx.media3.muxer.Mp4Muxer.EditableVideoParameters.CacheFileProvider

Overview

Provides temporary cache files to be used by the muxer.

Summary

Methods
public java.lang.StringgetCacheFilePath()

Returns a cache file path.

Methods

public java.lang.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.