diff options
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/plugins/plugin-transcoding-manager.model.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/plugins/plugin-transcoding-manager.model.ts b/shared/models/plugins/plugin-transcoding-manager.model.ts index ff89687e9..7dfb51ddf 100644 --- a/shared/models/plugins/plugin-transcoding-manager.model.ts +++ b/shared/models/plugins/plugin-transcoding-manager.model.ts | |||
@@ -8,4 +8,6 @@ export interface PluginTranscodingManager { | |||
8 | addLiveEncoderPriority (streamType: 'audio' | 'video', encoder: string, priority: number): void | 8 | addLiveEncoderPriority (streamType: 'audio' | 'video', encoder: string, priority: number): void |
9 | 9 | ||
10 | addVODEncoderPriority (streamType: 'audio' | 'video', encoder: string, priority: number): void | 10 | addVODEncoderPriority (streamType: 'audio' | 'video', encoder: string, priority: number): void |
11 | |||
12 | removeAllProfilesAndEncoderPriorities() | ||
11 | } | 13 | } |