SoRemoteParamsnetworkSpeed Property |
Indicates the quality of the network between the application and the cluster when doing remote rendering/compositing on a ScaleViz cluster.
Namespace: OIV.ScaleViz.NodesAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<SoRemoteParamsNetworkSpeedModes> networkSpeed { get; }
Public ReadOnly Property networkSpeed As SoSFEnum(Of SoRemoteParamsNetworkSpeedModes)
Get
public:
property SoSFEnum<SoRemoteParamsNetworkSpeedModes>^ networkSpeed {
SoSFEnum<SoRemoteParamsNetworkSpeedModes>^ get ();
}
member networkSpeed : SoSFEnum<SoRemoteParamsNetworkSpeedModes> with get
Property Value
Type:
SoSFEnumSoRemoteParamsNetworkSpeedModes
RemarksIt allows the appropriate level of compression to be selected for remote frame and synchronization messages. Possible values are: SLOW, MEDIUM, FAST, and LOCAL. . Default is FAST.
See Also