Enum MQTTDataType
- Namespace
- VisioForge.Plugins.MQTT
- Assembly
- VisioForge.Plugins.MQTT.dll
Specifies the type of media data being transmitted via MQTT.
public enum MQTTDataTypeFields
JPEG = 0-
JPEG-encoded video frame data.
PCM = 1-
Pulse-Code Modulation (PCM) uncompressed audio data.
Remarks
This enumeration defines the supported data formats for MQTT streaming, allowing the system to properly encode and decode media streams.