LoudnessCodecController.LoudnessParameterUpdateListener


public interface LoudnessCodecController.LoudnessParameterUpdateListener


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

Summary

Constants

default static final LoudnessCodecController.LoudnessParameterUpdateListener

The default update listener returning an unmodified set of parameters.

Public methods

abstract Bundle

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

Constants

DEFAULT

default static final LoudnessCodecController.LoudnessParameterUpdateListener DEFAULT

The default update listener returning an unmodified set of parameters.

Public methods

onLoudnessParameterUpdate

abstract Bundle onLoudnessParameterUpdate(Bundle parameters)

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

Parameters
Bundle parameters

The suggested loudness parameters.

Returns
Bundle

The updated loudness parameters.