mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
3 lines
131 B
TypeScript
3 lines
131 B
TypeScript
export interface VideoTranscodingCreate {
|
|
transcodingType: 'hls' | 'webtorrent' | 'web-video' // TODO: remove webtorrent in v7
|
|
}
|