public final class

SurfaceAssetLoader.Factory

extends java.lang.Object

implements AssetLoader.Factory

 java.lang.Object

↳androidx.media3.transformer.SurfaceAssetLoader.Factory

Overview

Factory for SurfaceAssetLoader instances.

Summary

Constructors
publicFactory(SurfaceAssetLoader.Callback callback)

Creates a factory with the specified callback.

Methods
public AssetLoadercreateAssetLoader(EditedMediaItem editedMediaItem, Looper looper, AssetLoader.Listener listener, AssetLoader.CompositionSettings compositionSettings)

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public Factory(SurfaceAssetLoader.Callback callback)

Creates a factory with the specified callback.

Methods

public AssetLoader createAssetLoader(EditedMediaItem editedMediaItem, Looper looper, AssetLoader.Listener listener, AssetLoader.CompositionSettings compositionSettings)