Uses of Enum Class
com.openinventor.remoteviz.clients.nodes.SoRemoteVizClient.VideoDecoderType
Packages that use SoRemoteVizClient.VideoDecoderType
-
Uses of SoRemoteVizClient.VideoDecoderType in com.openinventor.remoteviz.clients.nodes
Fields in com.openinventor.remoteviz.clients.nodes with type parameters of type SoRemoteVizClient.VideoDecoderTypeModifier and TypeFieldDescriptionSoRemoteVizClient.videoDecodersThis setting allows you to specify a preference list of video decoders.Methods in com.openinventor.remoteviz.clients.nodes that return SoRemoteVizClient.VideoDecoderTypeModifier and TypeMethodDescriptionSoRemoteVizClient.getVideoDecoder()Returns the video decoder that has been successfully initialized and currently used by the client to decode video stream.SoRemoteVizClient.VideoDecoderType.valueOf(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoRemoteVizClient.VideoDecoderType[]SoRemoteVizClient.VideoDecoderType.values()Returns an array containing the constants of this enum class, in the order they are declared.