Enum NDIVideoCodecHint
- Namespace
- VisioForge.Core.Types.X.Sources
- Assembly
- VisioForge.Core.dll
NDI video codec hint sent to the connected sender. Controls whether the sender is asked to use hardware or software encoding.
public enum NDIVideoCodecHintFields
Hardware = 0-
Hint the sender to use hardware encoding (HX2/HX3 via H.264/HEVC). Requires hardware decoder support on the receiving device. If the device shows "Video decoder not found", switch to VisioForge.Core.Types.X.Sources.NDIVideoCodecHint.Software.
Software = 1-
Hint the sender to use software encoding (full-bandwidth NDI / SpeedHQ). Higher bandwidth but no hardware decoder required on the receiver. Use when the device cannot decode H.264/HEVC HX streams.
None = 2-
Do not send any codec hint. The sender chooses encoding based on its own heuristics.