API Description
This section describes the external APIs of the video stream engine client.
The data types are defined as follows:
enum VMIMsgType : uint8_t {
INVALID = 0, // Start data type
HEARTBEAT, // Heartbeat data type
GL, // Open GL data type
AUDIO, // Audio data type
TOUCH_INPUT, // Touch data type
NAVBAR_INPUT, // Navigation bar touch data type
VIDEO_RR, // Video data type (for cloud rendering)
VIDEO_RR2 = 16, // Video data type (used by the video stream engine)
END // End data type
};
Parent topic: External APIs of the Video Stream Engine Client (C)