|
|
@@ -349,9 +349,9 @@ class IjkMediaController with IjkMediaControllerMixin {
|
|
|
}
|
|
|
|
|
|
/// Intercept the video frame image and get the `Uint8List` format.
|
|
|
- ///
|
|
|
+ ///
|
|
|
/// Player UI is not included. If you need the effect of the player, use the screenshot of the system.
|
|
|
- Future<Uint8List> screenShot(){
|
|
|
+ Future<Uint8List> screenShot() {
|
|
|
return _plugin.screenShot();
|
|
|
}
|
|
|
}
|
|
|
@@ -433,7 +433,7 @@ class _IjkPlugin {
|
|
|
});
|
|
|
}
|
|
|
|
|
|
- ///
|
|
|
+ ///
|
|
|
Future<void> setVolume(int volume) async {
|
|
|
await channel.invokeMethod("setVolume", <String, dynamic>{
|
|
|
"volume": volume,
|