public static enum SoRemoteVizClient.VideoDecoderType extends java.lang.Enum<SoRemoteVizClient.VideoDecoderType> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
INTEL_QUICKSYNC
Intel QuickSync enables to use an Intel CPU or GPU for hardware accelerated decoding.
|
NONE
The video decoder is not yet initialized or the streaming mode is not StreamingMode.VIDEO.
|
NVDECODE
NVIDIA Video Codec enables to use an NVIDIA GPU for hardware accelerated decoding.
|
OPENH264
OpenH264 is a software decoding implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static SoRemoteVizClient.VideoDecoderType |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoRemoteVizClient.VideoDecoderType |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoRemoteVizClient.VideoDecoderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoRemoteVizClient.VideoDecoderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoRemoteVizClient.VideoDecoderType NONE
public static final SoRemoteVizClient.VideoDecoderType OPENH264
public static final SoRemoteVizClient.VideoDecoderType INTEL_QUICKSYNC
public static final SoRemoteVizClient.VideoDecoderType NVDECODE
public static SoRemoteVizClient.VideoDecoderType[] values()
for (SoRemoteVizClient.VideoDecoderType c : SoRemoteVizClient.VideoDecoderType.values()) System.out.println(c);
public static SoRemoteVizClient.VideoDecoderType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static SoRemoteVizClient.VideoDecoderType fromValue(int val)
valueOf(int) instead.public static SoRemoteVizClient.VideoDecoderType valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com