(path: string)
| 125 | } |
| 126 | |
| 127 | hasMultipleFrames(path: string): Promise<boolean> { |
| 128 | const wrappedCommand = () => hasMultipleFrames(path); |
| 129 | return this.queueCommand('probe', wrappedCommand); |
| 130 | } |
| 131 | } |
| 132 | |
| 133 | const mediaProcessingQueue: MediaProcessingQueue = new MediaProcessingQueue(); |
no test coverage detected