Rename transformation to export in DebugViewProvider

PiperOrigin-RevId: 511173451
This commit is contained in:
kimvde 2023-02-21 13:33:25 +00:00 committed by Andrew Lewis
parent 0344206814
commit 3009b4d5d1

View file

@ -18,7 +18,7 @@ package com.google.android.exoplayer2.util;
import android.view.SurfaceView;
import androidx.annotation.Nullable;
/** Provider for views to show diagnostic information during a transformation, for debugging. */
/** Provider for views to show diagnostic information during an export, for debugging. */
public interface DebugViewProvider {
/** Debug view provider that doesn't show any debug info. */