Media priorities.
Synopsis:
#include <bps/mediacommon.h>
typedef enum {
MEDIA_PRIORITY_LOW = 0
MEDIA_PRIORITY_HIGH = 1
} media_priority_t;
Data:
- MEDIA_PRIORITY_LOW
- The media has low priority.
- MEDIA_PRIORITY_HIGH
- The media has high priority.
Only phone or VoIP applications should use a high priority.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)
Description:
This enumeration defines the available media priorities.