aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/transcoding/video-transcoding-create.model.ts
blob: c6e756a0a630d924db0d9788e1f293800807a800 (plain) (blame)
1
2
3
export interface VideoTranscodingCreate {
  transcodingType: 'hls' | 'webtorrent' | 'web-video' // TODO: remove webtorrent in v7
}