AssetConversionOptions Constructor
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.
Initializes a new instance of AssetConversionOptions.
public AssetConversionOptions (Azure.MixedReality.RemoteRendering.AssetConversionInputOptions inputOptions, Azure.MixedReality.RemoteRendering.AssetConversionOutputOptions outputOptions);
new Azure.MixedReality.RemoteRendering.AssetConversionOptions : Azure.MixedReality.RemoteRendering.AssetConversionInputOptions * Azure.MixedReality.RemoteRendering.AssetConversionOutputOptions -> Azure.MixedReality.RemoteRendering.AssetConversionOptions
Public Sub New (inputOptions As AssetConversionInputOptions, outputOptions As AssetConversionOutputOptions)
Parameters
- inputOptions
- AssetConversionInputOptions
Conversion input settings describe the origin of conversion input.
- outputOptions
- AssetConversionOutputOptions
Conversion output settings describe the destination of conversion output.
Exceptions
inputOptions
or outputOptions
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET