streamMedia_common.h File Reference

#include "legato.h"
#include "le_audio_common.h"

Go to the source code of this file.

Macros

#define STREAMMEDIA_MAX_IP_LENGTH   15
 
#define STREAMMEDIA_MAX_BYE_REASON_LENGTH   255
 
#define STREAMMEDIA_MAX_SDES_FIELD_LENGTH   255
 
#define STREAMMEDIA_DEFAULT_RTP_PORT   4000
 

Typedefs

typedef struct streamMedia_RtcpHandler * streamMedia_RtcpHandlerRef_t
 
typedef void(* streamMedia_RtcpHandlerFunc_t) (le_audio_StreamRef_t streamRef, streamMedia_RtcpEvent_t event, void *contextPtr)
 

Enumerations

enum  streamMedia_RtcpEvent_t {
  STREAMMEDIA_RTCP_SDES = 0, STREAMMEDIA_RTCP_BYE = 1, STREAMMEDIA_RTCP_SR = 2, STREAMMEDIA_RTCP_RR = 3,
  STREAMMEDIA_RTCP_APP = 4
}
 

Detailed Description

Type definitions for streamMedia.