Media Processing Framework Message Definitions. More...
#include "mpf_types.h"
Go to the source code of this file.
Data Structures | |
struct | mpf_message_t |
struct | mpf_message_container_t |
Defines | |
#define | MAX_MPF_MESSAGE_COUNT 5 |
Typedefs | |
typedef struct mpf_message_t | mpf_message_t |
typedef struct mpf_message_container_t | mpf_message_container_t |
Enumerations | |
enum | mpf_message_type_e { MPF_MESSAGE_TYPE_REQUEST, MPF_MESSAGE_TYPE_RESPONSE, MPF_MESSAGE_TYPE_EVENT } |
enum | mpf_status_code_e { MPF_STATUS_CODE_SUCCESS, MPF_STATUS_CODE_FAILURE } |
enum | mpf_command_type_e { MPF_ADD_TERMINATION, MPF_MODIFY_TERMINATION, MPF_SUBTRACT_TERMINATION, MPF_ADD_ASSOCIATION, MPF_REMOVE_ASSOCIATION, MPF_RESET_ASSOCIATIONS, MPF_APPLY_TOPOLOGY, MPF_DESTROY_TOPOLOGY } |
Media Processing Framework Message Definitions.
#define MAX_MPF_MESSAGE_COUNT 5 |
Max number of messages grouped in a container
typedef struct mpf_message_container_t mpf_message_container_t |
MPF message container declaration
typedef struct mpf_message_t mpf_message_t |
MPF message declaration
enum mpf_command_type_e |
Enumeration of MPF commands
enum mpf_message_type_e |
enum mpf_status_code_e |