export interface ISegmentTranscodeResult { segmentData: Buffer; } export interface ISegmentTranscoder { transcode(): Promise; }