This website requires JavaScript.
Explore
Help
Sign In
tamius-han
/
ultrawidify
Watch
1
Star
0
Fork
0
You've already forked ultrawidify
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
15133e561f
ultrawidify
/
src
/
ext
/
lib
/
aard
/
enums
/
video-playback-state.enum.ts
8 lines
91 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Get autodetection to work at least on a basic level
2024-11-07 02:26:19 +01:00
export
enum
VideoPlaybackState
{
Start re-implementing aspect ratio detection (now with more documentation)
2024-10-14 00:28:13 +02:00
NotInitialized
,
Playing
,
Paused
,
Ended
,
Error
}
Reference in New Issue
Copy Permalink