File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
core/camera/src/main/java/com/google/jetpackcamera/core/camera Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ import androidx.camera.core.UseCaseGroup
5050import androidx.camera.core.ViewPort
5151import androidx.camera.core.resolutionselector.AspectRatioStrategy
5252import androidx.camera.core.resolutionselector.ResolutionSelector
53+ import androidx.camera.video.ExperimentalPersistentRecording
5354import androidx.camera.video.FallbackStrategy
5455import androidx.camera.video.FileDescriptorOutputOptions
5556import androidx.camera.video.FileOutputOptions
@@ -927,6 +928,7 @@ private fun getPendingRecording(
927928}
928929
929930context(CameraSessionContext )
931+ @OptIn(ExperimentalPersistentRecording ::class )
930932private suspend fun startVideoRecordingInternal (
931933 isInitialAudioEnabled : Boolean ,
932934 context : Context ,
You can’t perform that action at this time.
0 commit comments