29 #ifndef __STREAM_INFO_H 30 #define __STREAM_INFO_H 32 #if defined(__cplusplus) 37 #include <sys/types.h> 55 STREAM_TYPE_MEDIA = 0,
57 STREAM_TYPE_NOTIFY = 2,
58 STREAM_TYPE_VOICE_RECOGNITION = 3,
59 STREAM_TYPE_EMERGENCY = 4
63 typedef uint64_t stream_info_id_t;
67 stream_policy_t policy;
70 int stream_info_init(
void);
71 int stream_info_create(stream_policy_t stream_policy,
stream_info_t **stream_info);
74 #if defined(__cplusplus) stream_policy_e
Stream Policy, high value means higher priority.
stream_focus_state_e
Enumeration for stream focus state.