Uses of Class
com.azure.mixedreality.remoterendering.models.AssetConversion
Packages that use AssetConversion
Package
Description
This package contains classes for the Remote Rendering project.
-
Uses of AssetConversion in com.azure.mixedreality.remoterendering
Methods in com.azure.mixedreality.remoterendering that return AssetConversionModifier and TypeMethodDescriptionRemoteRenderingClient.getConversion(String conversionId) Gets the status of a previously created asset conversion.Methods in com.azure.mixedreality.remoterendering that return types with arguments of type AssetConversionModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<AssetConversion,AssetConversion> RemoteRenderingAsyncClient.beginConversion(String conversionId, AssetConversionOptions options) Starts a conversion using an asset stored in an Azure Blob Storage account.com.azure.core.util.polling.PollerFlux<AssetConversion,AssetConversion> RemoteRenderingAsyncClient.beginConversion(String conversionId, AssetConversionOptions options) Starts a conversion using an asset stored in an Azure Blob Storage account.com.azure.core.util.polling.SyncPoller<AssetConversion,AssetConversion> RemoteRenderingClient.beginConversion(String conversionId, AssetConversionOptions options) Starts a conversion using an asset stored in an Azure Blob Storage account.com.azure.core.util.polling.SyncPoller<AssetConversion,AssetConversion> RemoteRenderingClient.beginConversion(String conversionId, AssetConversionOptions options) Starts a conversion using an asset stored in an Azure Blob Storage account.com.azure.core.util.polling.SyncPoller<AssetConversion,AssetConversion> RemoteRenderingClient.beginConversion(String conversionId, AssetConversionOptions options, com.azure.core.util.Context context) Starts a conversion using an asset stored in an Azure Blob Storage account.com.azure.core.util.polling.SyncPoller<AssetConversion,AssetConversion> RemoteRenderingClient.beginConversion(String conversionId, AssetConversionOptions options, com.azure.core.util.Context context) Starts a conversion using an asset stored in an Azure Blob Storage account.RemoteRenderingAsyncClient.getConversion(String conversionId) Gets the status of a previously created asset conversion.Mono<com.azure.core.http.rest.Response<AssetConversion>>RemoteRenderingAsyncClient.getConversionWithResponse(String conversionId) Gets the status of a previously created asset conversion.com.azure.core.http.rest.Response<AssetConversion>RemoteRenderingClient.getConversionWithResponse(String conversionId, com.azure.core.util.Context context) Gets the status of a previously created asset conversion.com.azure.core.http.rest.PagedFlux<AssetConversion>RemoteRenderingAsyncClient.listConversions()Gets a list of all conversions.com.azure.core.http.rest.PagedIterable<AssetConversion>RemoteRenderingClient.listConversions()Gets a list of all conversions.com.azure.core.http.rest.PagedIterable<AssetConversion>RemoteRenderingClient.listConversions(com.azure.core.util.Context context) Gets a list of all conversions.