1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00
Peertube/shared/models/videos/transcoding/video-transcoding-create.model.ts
2023-07-11 09:21:13 +02:00

3 lines
131 B
TypeScript

export interface VideoTranscodingCreate {
transcodingType: 'hls' | 'webtorrent' | 'web-video' // TODO: remove webtorrent in v7
}