public interface

Muxer.Factory

 androidx.media3.muxer.Muxer.Factory

Subclasses:

DefaultMuxer.Factory, InAppMuxer.Factory

Overview

Factory for muxers.

Summary

Methods
public Muxercreate(java.lang.String path)

Returns a new Muxer.

public <any>getSupportedSampleMimeTypes(int trackType)

Returns the supported sample MIME types for the given .

Methods

public Muxer create(java.lang.String path)

Returns a new Muxer.

Parameters:

path: The path to the output file.

public <any> getSupportedSampleMimeTypes(int trackType)

Returns the supported sample MIME types for the given .