ClientIsImageStreamingSupported Method |
Returns if the client supports image streaming.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic bool IsImageStreamingSupported()
Public Function IsImageStreamingSupported As Boolean
public:
bool IsImageStreamingSupported()
member IsImageStreamingSupported : unit -> bool
Return Value
Type:
Booleantrue if image streaming is supported.
Remarks
See Also