ConnectionSettingsIsSupportedEncoders Method |
Returns if encoders are supported by the host.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool IsSupportedEncoders(
FrameEncoders frameEncoders
)
Public Function IsSupportedEncoders (
frameEncoders As FrameEncoders
) As Boolean
public:
bool IsSupportedEncoders(
FrameEncoders^ frameEncoders
)
member IsSupportedEncoders :
frameEncoders : FrameEncoders -> bool
Parameters
- frameEncoders
- Type: OIV.RemoteViz.RenderingFrameEncoders
: frame encoders
Return Value
Type:
Booleantrue if supported, if not, the status of encoders explain the reason
Remarks See Also