Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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{};