Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Parameters for specifying the output location of a converted asset.
struct Microsoft::Azure::RemoteRendering::AssetConversionOptions
Fields
ConversionId
A unique string that specifies this conversion. Can be left empty to assign a random GUID.
std::string ConversionId{};
InputOptions
Conversion input options for the source model to convert.
Microsoft::Azure::RemoteRendering::AssetConversionInputOptions InputOptions{};
OutputOptions
Conversion output options for the converted target model.
Microsoft::Azure::RemoteRendering::AssetConversionOutputOptions OutputOptions{};