RemoteRenderingClient.StartAssetConversionAsync Method

Definition

Starts converting an asset.

public:
 System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::AssetConversionResult ^> ^ StartAssetConversionAsync(Microsoft::Azure::RemoteRendering::AssetConversionOptions conversionOptions);
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.AssetConversionResult> StartAssetConversionAsync (Microsoft.Azure.RemoteRendering.AssetConversionOptions conversionOptions);
member this.StartAssetConversionAsync : Microsoft.Azure.RemoteRendering.AssetConversionOptions -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.AssetConversionResult>
Public Function StartAssetConversionAsync (conversionOptions As AssetConversionOptions) As Task(Of AssetConversionResult)

Parameters

conversionOptions
AssetConversionOptions

Conversion properties. Includes the conversion id, the asset input information, and the output information

Returns

Task containing the asset token or an error context. The returned async will complete in an arbitrary thread.

Applies to