我要评分
获取效率
正确性
完整性
易理解

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
};