tauri-plugin-video 0.2.0

Native video playback for Tauri using platform media engines
Documentation
1
2
3
4
5
6
7
8
9
10
[default]
description = "Verify, open, and control the native video player, update its layout, and read playback statistics"
permissions = [
  "allow-native-diagnostics",
  "allow-native-open",
  "allow-native-control",
  "allow-native-layout",
  "allow-native-stats",
  "allow-native-close",
]