updateScreenCapture abstract method
Updates the media type of the screen capture.
Return value:
0
: Success.<0
: Failure. See ReturnStatus for the reason.
Implementation
Future<int?> updateScreenCapture(ScreenMediaType type);
Updates the media type of the screen capture.
Return value:
0
: Success.<0
: Failure. See ReturnStatus for the reason.Future<int?> updateScreenCapture(ScreenMediaType type);