Skip to content

Commit

Permalink
Merge pull request #16 from nomalab/proxy_hires_manifest_kind
Browse files Browse the repository at this point in the history
add hires proxy manifest kind
  • Loading branch information
Bramart authored Dec 17, 2024
2 parents 5aca822 + 2faafbc commit b70ecad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -785,12 +785,15 @@ export interface FileLike {

export enum BroadcastableFileKind {
ProxyManifest = "ProxyManifest",
ProxyHiResManifest = "ProxyHiResManifest",
ProxyImfManifest = "ProxyImfManifest",
ProxyDcpManifest = "ProxyDcpManifest",
ProxyDcdmManifest = "ProxyDcdmManifest",
ProxyAudioMergeManifest = "ProxyAudioMergeManifest",
ProxyDashVideo = "ProxyDashVideo",
ProxyHiResDashVideo = "ProxyHiResDashVideo",
ProxyAudio = "ProxyAudio",
ProxyHiResAudio = "ProxyHiResAudio",
ProxySubtitle = "ProxySubtitle",
VerificationReportPdf = "VerificationReportPdf",
VerificationReportXml = "VerificationReportXml",
Expand Down

0 comments on commit b70ecad

Please sign in to comment.