]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/runners/runner-job-type.type.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / shared / models / runners / runner-job-type.type.ts
1 export type RunnerJobType =
2 'vod-web-video-transcoding' |
3 'vod-hls-transcoding' |
4 'vod-audio-merge-transcoding' |
5 'live-rtmp-hls-transcoding' |
6 'video-studio-transcoding'