Commit 3009b4d5 by kimvde Committed by Andrew Lewis

Rename transformation to export in DebugViewProvider

PiperOrigin-RevId: 511173451
parent 03442068
...@@ -18,7 +18,7 @@ package com.google.android.exoplayer2.util; ...@@ -18,7 +18,7 @@ package com.google.android.exoplayer2.util;
import android.view.SurfaceView; import android.view.SurfaceView;
import androidx.annotation.Nullable; 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 { public interface DebugViewProvider {
/** Debug view provider that doesn't show any debug info. */ /** Debug view provider that doesn't show any debug info. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment