Uses of Class
com.azure.mixedreality.remoterendering.models.RenderingSessionStatus
Packages that use RenderingSessionStatus
Package
Description
This package contains model classes for the Remote Rendering project.
-
Uses of RenderingSessionStatus in com.azure.mixedreality.remoterendering.models
Fields in com.azure.mixedreality.remoterendering.models declared as RenderingSessionStatusModifier and TypeFieldDescriptionstatic final RenderingSessionStatusRenderingSessionStatus.ERRORStatic value Error for SessionStatus.static final RenderingSessionStatusRenderingSessionStatus.EXPIREDStatic value Expired for SessionStatus.static final RenderingSessionStatusRenderingSessionStatus.READYStatic value Ready for SessionStatus.static final RenderingSessionStatusRenderingSessionStatus.STARTINGStatic value Starting for SessionStatus.static final RenderingSessionStatusRenderingSessionStatus.STOPPEDStatic value Stopped for SessionStatus.Methods in com.azure.mixedreality.remoterendering.models that return RenderingSessionStatusModifier and TypeMethodDescriptionstatic RenderingSessionStatusRenderingSessionStatus.fromString(String name) Creates or finds a SessionStatus from its string representation.RenderingSession.getStatus()Get the status property: The status of the rendering session.Methods in com.azure.mixedreality.remoterendering.models that return types with arguments of type RenderingSessionStatusModifier and TypeMethodDescriptionstatic Collection<RenderingSessionStatus>RenderingSessionStatus.values()Constructors in com.azure.mixedreality.remoterendering.models with parameters of type RenderingSessionStatusModifierConstructorDescriptionRenderingSession(String id, int arrInspectorPort, int handshakePort, Duration elapsedTime, String hostname, Duration maxLeaseTime, RenderingSessionSize sessionSize, RenderingSessionStatus sessionStatus, float teraflops, RemoteRenderingServiceError error, OffsetDateTime creationTime) Constructs a new RenderingSession object.