menu
general package
documentation
core/player/player_controller.dart
GeneralLibraryPlayerControllerBase
setPitch method
setPitch method
dark_mode
light_mode
setPitch
method
Future
<
void
>
setPitch
(
double
pitch
)
Implementation
Future<void> setPitch(double pitch) async { return await player.setPitch(pitch); }
general package
documentation
core/player/player_controller
GeneralLibraryPlayerControllerBase
setPitch method
GeneralLibraryPlayerControllerBase class