Azure.MixedReality.RemoteRendering Namespace
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.
Classes
AssetConversion |
Information concerning the state of a conversion. |
AssetConversionInputOptions |
Settings for the conversion input. |
AssetConversionOperation |
Operation which represents an ongoing conversion operation. It is returned by StartConversion, but can also be constructed from the id of a preexisting conversion. |
AssetConversionOptions |
Information concerning the state of a conversion. |
AssetConversionOutput |
Information about the output of a successful conversion. Only present when the status of the conversion is 'Succeeded'. |
AssetConversionOutputOptions |
Conversion output settings describe the destination of conversion output. |
RemoteRenderingClient |
The client to use for interacting with the Azure Remote Rendering. |
RemoteRenderingClientOptions |
The RemoteRenderingClientOptions. Implements the ClientOptions. |
RemoteRenderingModelFactory |
Model factory that enables mocking for the Remote Rendering library. |
RemoteRenderingServiceError |
Specific details about errors that occurred, describing why a conversion failed or a rendering session is in an error state. |
RenderingSession |
The properties of a remote rendering session. |
RenderingSessionOptions |
The Options requested when starting a session. |
StartRenderingSessionOperation |
Operation which represents the starting of a session. It is returned by StartSession, but you can also construct a StartSessionOperation for a sessionId which already exists. |
UpdateSessionOptions |
This defines new values for session properties which can be adjusted. |
Structs
AssetConversionStatus |
The status of the conversion. Terminal states are 'Cancelled', 'Failed', 'Succeeded'. |
RenderingServerSize |
The "size" of server to use for a rendering session: Standard or Premium. |
RenderingSessionStatus |
The status of the rendering session. Once the status reached the 'Ready' state it can be connected to. The terminal state is 'Stopped'. |
Enums
RemoteRenderingClientOptions.ServiceVersion |
The Azure Remote Rendering service version. |
Azure SDK for .NET