Struct AssetConversionOptions

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{};

See also