* 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)
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected