MCPcopy Create free account
hub / github.com/cloudflare/mcp / transform

Method transform

worker-configuration.d.ts:9905–9905  ·  view source on GitHub ↗

* Applies transformation options to the media content. * @param transform - Configuration for how the media should be transformed * @returns A generator for producing the transformed media output

(transform: MediaTransformationInputOptions)

Source from the content-addressed store, hash-verified

9903 */
9904 text: string;
9905 /**
9906 * Sample Rate specifies the sample rate for the output audio. Based on the encoding, different sample rates are supported. For some encodings, the sample rate is not configurable
9907 */
9908 sample_rate?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected