Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
camsim99 committed Oct 1, 2024
1 parent 1ce18cc commit 5e3d07c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ public String getTempFilePath(@NonNull String prefix, @NonNull String suffix) {
}

/**
* Returns whether or not Impeller uses an {@code ImageReader} backend to provide a {@code Surface}
* to CameraX to build the preview. If it is backed by an {@code ImageReader}, then CameraX will not
* automatically apply the transformation needed to correct the preview.
* Returns whether or not Impeller uses an {@code ImageReader} backend to provide a {@code
* Surface} to CameraX to build the preview. If it is backed by an {@code ImageReader}, then
* CameraX will not automatically apply the transformation needed to correct the preview.
*
* <p>This is determined by the engine, which approximately uses {@code SurfaceTexture}s on Android SDKs
* below 29.
* <p>This is determined by the engine, which approximately uses {@code SurfaceTexture}s on
* Android SDKs below 29.
*/
@Override
@NonNull
Expand Down

0 comments on commit 5e3d07c

Please sign in to comment.