awscdk-construct-scte-scheduler
Version:
AWS CDK Construct for scheduling SCTE-35 events using the MediaLive schedule API
9 lines (8 loc) • 304 B
TypeScript
/**
* @internal
* @param stream
* @param bytes - read head bytes from the stream and discard the rest of it.
*
* Caution: the input stream must be destroyed separately, this function does not do so.
*/
export declare function headStream(stream: ReadableStream, bytes: number): Promise<Uint8Array>;