(ctx context.Context, profile transcode.Profile, in string, out io.Writer)
| 136 | } |
| 137 | |
| 138 | func (ct callbackTranscoder) Transcode(ctx context.Context, profile transcode.Profile, in string, out io.Writer) error { |
| 139 | ct.callback() |
| 140 | return ct.transcoder.Transcode(ctx, profile, in, out) |
| 141 | } |