File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
packages/camera/camera_platform_interface/lib/src/platform_interface Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -273,10 +273,6 @@ abstract class CameraPlatform extends PlatformInterface {
273
273
}
274
274
275
275
/// Gets a list of video stabilization modes that are supported for the selected camera.
276
- ///
277
- /// Will return the list of supported video stabilization modes
278
- /// on Android (when using camera_android_camerax package) and
279
- /// on iOS. Will return an empty list on all other platforms.
280
276
Future <Iterable <VideoStabilizationMode >> getVideoStabilizationSupportedModes (
281
277
int cameraId) async {
282
278
throw UnimplementedError (
@@ -285,10 +281,6 @@ abstract class CameraPlatform extends PlatformInterface {
285
281
286
282
/// Sets the video stabilization mode for the selected camera.
287
283
///
288
- /// On Android (when using camera_android_camerax) and on iOS
289
- /// the supplied [mode] value should be a mode in the list returned
290
- /// by [getVideoStabilizationSupportedModes] .
291
- ///
292
284
/// Throws a [CameraException] when a not supported video stabilization
293
285
/// mode is supplied.
294
286
Future <void > setVideoStabilizationMode (
You can’t perform that action at this time.
0 commit comments