Class MQTTOutputSettingsJPEGStream
- Namespace
- VisioForge.Plugins.MQTT
- Assembly
- VisioForge.Plugins.MQTT.dll
Provides configuration settings for MQTT output streams transmitting JPEG-encoded video frames.
public class MQTTOutputSettingsJPEGStream : IMQTTOutputSettingsInheritance
Implements
Inherited Members
Remarks
This class configures MQTT streaming for JPEG-compressed video data, enabling efficient transmission of video frames over MQTT message broker networks.
Properties
StreamType
Gets the stream type, which is always VisioForge.Plugins.MQTT.MQTTDataType.JPEG for this configuration.
public MQTTDataType StreamType { get; }