mirror of
https://github.com/samsonjs/media.git
synced 2026-06-28 05:29:33 +00:00
Rename transformation to export in DebugViewProvider
PiperOrigin-RevId: 511173451
This commit is contained in:
parent
0344206814
commit
3009b4d5d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue