定义HDMI回调函数指针类型。
typedef void (*hi_hdmi_callback)(hi_hdmi_event_type event, void *private_data);
成员名称
描述
event
HDMI事件通知类型。
private_data
事件私有数据。