setLooping method
Sets the looping attribute of the video.
Implementation
@override
Future<void> setLooping(int textureId, bool looping) async {
await VideoPlayerWinPlatform.instance.getPlayerByTextureId(textureId)?.setLooping(looping);
}
Sets the looping attribute of the video.
@override
Future<void> setLooping(int textureId, bool looping) async {
await VideoPlayerWinPlatform.instance.getPlayerByTextureId(textureId)?.setLooping(looping);
}