RemoteRenderingClient.StartAssetConversionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.