mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Rename transformation to export in DebugViewProvider
PiperOrigin-RevId: 511173451
This commit is contained in:
parent
3511e08340
commit
d0dc4817c6
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import android.view.SurfaceView;
|
||||||
import androidx.annotation.Nullable;
|
import androidx.annotation.Nullable;
|
||||||
import androidx.media3.common.util.UnstableApi;
|
import androidx.media3.common.util.UnstableApi;
|
||||||
|
|
||||||
/** Provider for views to show diagnostic information during a transformation, for debugging. */
|
/** Provider for views to show diagnostic information during an export, for debugging. */
|
||||||
@UnstableApi
|
@UnstableApi
|
||||||
public interface DebugViewProvider {
|
public interface DebugViewProvider {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue