start
Start a Transformer request for a Composition and return a Flow of TransformerStatus.
Return
A Flow that emits TransformerStatus.
Parameters
The input to transform.
The output file to write to.
The delay between polling for progress.
See also
Start a Transformer request for a Composition in a coroutine and return a TransformerStatus.Finished when the request is finished.
For progress updates pass a onProgress callback.
Return
A TransformerStatus.Finished status.
Parameters
The input to transform.
The output file to write to.
The delay between polling for progress.
The callback to use for progress updates.
See also
Start a Transformer request for a EditedMediaItem and return a Flow of TransformerStatus.
Return
A Flow that emits TransformerStatus.
Parameters
The input to transform.
The output file to write to.
The delay between polling for progress.
See also
Start a Transformer request for a EditedMediaItem in a coroutine and return a TransformerStatus.Finished when the request is finished.
For progress updates pass a onProgress callback.
Return
A TransformerStatus.Finished status.
Parameters
The input to transform.
The output file to write to.
The delay between polling for progress.
The callback to use for progress updates.
See also
Start a Transformer request for a File and return a Flow of TransformerStatus.
Return
A Flow that emits TransformerStatus.
Parameters
The input to transform.
The output file to write to.
The delay between polling for progress.
See also
Start a Transformer request for a File in a coroutine and return a TransformerStatus.Finished when the request is finished.
For progress updates pass a onProgress callback.
Return
A TransformerStatus.Finished status.
Parameters
The input to transform.
The output file to write to.
The delay between polling for progress.
The callback to use for progress updates.
See also
Start a Transformer request for a MediaItem and return a Flow of TransformerStatus.
Return
A Flow that emits TransformerStatus.
Parameters
The input to transform.
The output file to write to.
The delay between polling for progress.
See also
Start a Transformer request for a MediaItem in a coroutine and return a TransformerStatus.Finished when the request is finished.
For progress updates pass a onProgress callback.
Return
A TransformerStatus.Finished status.
Parameters
The input to transform.
The output file to write to.
The delay between polling for progress.
The callback to use for progress updates.
See also
Start a Transformer request for a Uri and return a Flow of TransformerStatus.
Return
A Flow that emits TransformerStatus.
Parameters
The input to transform.
The output file to write to.
The delay between polling for progress.
See also
Start a Transformer request for a Uri in a coroutine and return a TransformerStatus.Finished when the request is finished.
For progress updates pass a onProgress callback.
Return
A TransformerStatus.Finished status.
Parameters
The input to transform.
The output file to write to.
The delay between polling for progress.
The callback to use for progress updates.
See also
Deprecated
Using TransformerRequest has been deprecated
Replace with
start(input, output, progressPollDelayMs)
Start a Transformer request for a Composition and return a Flow of TransformerStatus.
Return
A Flow that emits TransformerStatus.
Parameters
The input to transform.
The output file to write to.
The TransformationRequest to use.
The delay between polling for progress.
See also
Deprecated
Using TransformerRequest has been deprecated
Replace with
start(input, output, progressPollDelayMs, onProgress)
Start a Transformer request for a Composition in a coroutine and return a TransformerStatus.Finished when the request is finished.
For progress updates pass a onProgress callback.
Return
A TransformerStatus.Finished status.
Parameters
The input to transform.
The output file to write to.
The TransformationRequest to use.
The delay between polling for progress.
The callback to use for progress updates.
See also
Deprecated
Using TransformerRequest has been deprecated
Replace with
start(input, output, progressPollDelayMs)
Start a Transformer request for a EditedMediaItem and return a Flow of TransformerStatus.
Return
A Flow that emits TransformerStatus.
Parameters
The input to transform.
The output file to write to.
The TransformationRequest to use.
The delay between polling for progress.
See also
Deprecated
Using TransformerRequest has been deprecated
Replace with
start(input, output, progressPollDelayMs, onProgress)
Start a Transformer request for a EditedMediaItem in a coroutine and return a TransformerStatus.Finished when the request is finished.
For progress updates pass a onProgress callback.
Return
A TransformerStatus.Finished status.
Parameters
The input to transform.
The output file to write to.
The TransformationRequest to use.
The delay between polling for progress.
The callback to use for progress updates.
See also
Deprecated
Using TransformerRequest has been deprecated
Replace with
start(input, output, progressPollDelayMs)
Start a Transformer request for a File and return a Flow of TransformerStatus.
Return
A Flow that emits TransformerStatus.
Parameters
The input to transform.
The output file to write to.
The TransformationRequest to use.
The delay between polling for progress.
See also
Deprecated
Using TransformerRequest has been deprecated
Replace with
start(input, output, progressPollDelayMs, onProgress)
Start a Transformer request for a File in a coroutine and return a TransformerStatus.Finished when the request is finished.
For progress updates pass a onProgress callback.
Return
A TransformerStatus.Finished status.
Parameters
The input to transform.
The output file to write to.
The TransformationRequest to use.
The delay between polling for progress.
The callback to use for progress updates.
See also
Deprecated
Using TransformerRequest has been deprecated
Replace with
start(input, output, progressPollDelayMs)
Start a Transformer request for a MediaItem and return a Flow of TransformerStatus.
Return
A Flow that emits TransformerStatus.
Parameters
The input to transform.
The output file to write to.
The TransformationRequest to use.
The delay between polling for progress.
See also
Deprecated
Using TransformerRequest has been deprecated
Replace with
start(input, output, progressPollDelayMs)
Start a Transformer request for a MediaItem in a coroutine and return a TransformerStatus.Finished when the request is finished.
For progress updates pass a onProgress callback.
Return
A TransformerStatus.Finished status.
Parameters
The input to transform.
The output file to write to.
The TransformationRequest to use.
The delay between polling for progress.
The callback to use for progress updates.
See also
Deprecated
Using TransformerRequest has been deprecated
Replace with
start(input, output, progressPollDelayMs)
Start a Transformer request for a Uri and return a Flow of TransformerStatus.
Return
A Flow that emits TransformerStatus.
Parameters
The input to transform.
The output file to write to.
The TransformationRequest to use.
The delay between polling for progress.
See also
Deprecated
Using TransformerRequest has been deprecated
Replace with
start(input, output, progressPollDelayMs, onProgress)
Start a Transformer request for a Uri in a coroutine and return a TransformerStatus.Finished when the request is finished.
For progress updates pass a onProgress callback.
Return
A TransformerStatus.Finished status.
Parameters
The input to transform.
The output file to write to.
The TransformationRequest to use.
The delay between polling for progress.
The callback to use for progress updates.