build With
Build upon this MediaItem to create a new MediaItem.
Return
The MediaItem created from this MediaItem.Builder.
Parameters
block
The block to use to configure the MediaItem.Builder.
fun TransformationRequest.buildWith(block: TransformationRequest.Builder.() -> Unit): TransformationRequest
Build upon an existing TransformationRequest instance.
Return
The TransformationRequest created from this TransformationRequest.Builder.
Parameters
block
The block to use to configure the TransformationRequest.Builder.
Build upon an existing Transformer.Builder instance.
Return
The Transformer created from this Transformer.Builder.
Parameters
block
The block to use to configure the Transformer.Builder.
Build upon an existing Transformer instance.
Return
The Transformer created from this Transformer.Builder.
Parameters
block
The block to use to configure the Transformer.Builder.