Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Updated documentation
  • Loading branch information
danielroek committed Feb 5, 2021
commit 98da8e307af99d8cfa60c51ea1858bb53c8f83e0
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ abstract class CameraPlatform extends PlatformInterface {
/// The length of the recording can be limited by specifying the [maxVideoDuration].
/// By default no maximum duration is specified,
/// meaning the recording will continue until manually stopped.
/// The video is returned in a [VideoRecordedEvent] in the [onVideoRecordedEvent] stream.
/// With [maxVideoDuration] set the video is returned in a [VideoRecordedEvent]
/// in the [onVideoRecordedEvent] stream.
Future<void> startVideoRecording(int cameraId, {Duration maxVideoDuration}) {
throw UnimplementedError('startVideoRecording() is not implemented.');
}
Expand Down