public interface

LoudnessCodecController.LoudnessParameterUpdateListener

 androidx.media3.exoplayer.mediacodec.LoudnessCodecController.LoudnessParameterUpdateListener

Overview

Interface to intercept and modify loudness parameters before applying them to the codec.

Summary

Fields
public static final LoudnessCodecController.LoudnessParameterUpdateListenerDEFAULT

The default update listener returning an unmodified set of parameters.

Methods
public BundleonLoudnessParameterUpdate(Bundle parameters)

Returns the updated loudness parameters to be applied to the codec.

Fields

The default update listener returning an unmodified set of parameters.

Methods

public Bundle onLoudnessParameterUpdate(Bundle parameters)

Returns the updated loudness parameters to be applied to the codec.

Parameters:

parameters: The suggested loudness parameters.

Returns:

The updated loudness parameters.