Skip to content

MediaBinding

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:8369

Media binding for transforming media streams. Provides the entry point for media transformation operations.

input(media): MediaTransformer

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250923.0/node_modules/@cloudflare/workers-types/index.ts:8375

Creates a media transformer from an input stream.

ReadableStream<Uint8Array<ArrayBufferLike>>

The input media bytes

MediaTransformer

A MediaTransformer instance for applying transformations