This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
edbc932546
PeerTube
/
shared
/
models
/
videos
/
video-state.enum.ts
6 lines
80 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add concept of video state, and add ability to wait transcoding before publishing a video
2018-06-12 20:04:58 +02:00
export
enum
VideoState
{
PUBLISHED
=
1
,
Add ability to import video with youtube-dl
2018-08-02 15:34:09 +02:00
TO_TRANSCODE
=
2
,
TO_IMPORT
=
3
Add concept of video state, and add ability to wait transcoding before publishing a video
2018-06-12 20:04:58 +02:00
}