ScreenCapture class
Constructors
- ScreenCapture()
-
factory
Properties
-
customRecordings
→ Stream<
List< Uint8List> > -
no setter
-
customTimerStream
→ Stream<
int> -
no setter
- formattedCustomTimer → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
screenshots
→ Stream<
List< Uint8List> > -
no setter
Methods
-
buildFfmpegCommand(
List< String> imagePaths) → String -
captureSingleScreenshot(
) → Future< File> -
clearBitmaps(
) → void -
clearCustomRecordings(
) → void -
getCustomRecordingsAsFiles(
) → Future< List< File> > -
getFirstCustomRecordingFrame(
) → Future< File> -
getScreenshotRecordingAsFiles(
) → Future< List< File> ?> -
getScreenshotsAsFiles(
) → Future< List< File> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startCapturing(
{Duration interval = const Duration(seconds: 3)}) → void -
startCustomRecording(
{Duration interval = const Duration(seconds: 1)}) → void -
stopCapturing(
) → void -
stopCustomRecording(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited