]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/transcoding/video-transcoding-create.model.ts
Add ability to run transcoding jobs
[github/Chocobozzz/PeerTube.git] / shared / models / videos / transcoding / video-transcoding-create.model.ts
1 export interface VideoTranscodingCreate {
2 transcodingType: 'hls' | 'webtorrent'
3 }