()
| 134 | ownerId: Schema.String, |
| 135 | }) { |
| 136 | getFileKey() { |
| 137 | return `${this.ownerId}/${this.videoId}/result.mp4`; |
| 138 | } |
| 139 | } |
| 140 | |
| 141 | export class M3U8Source extends Schema.TaggedClass<M3U8Source>()("M3U8Source", { |
no outgoing calls
no test coverage detected