#include <RTCP.h>
Public Member Functions | |
TAO_AV_RTCP_Object (TAO_AV_Callback *client_cb, TAO_AV_RTCP_Callback *&rtcp_cb, TAO_AV_Transport *transport=0) | |
constructor. | |
virtual | ~TAO_AV_RTCP_Object (void) |
Destructor. | |
virtual int | handle_input (void) |
virtual int | handle_control_input (ACE_Message_Block *frame, const ACE_Addr &peer_address) |
Called on a control object. | |
virtual int | handle_control_output (ACE_Message_Block *frame) |
virtual int | set_policies (const TAO_AV_PolicyList &policy_list) |
set/get policies. | |
virtual int | start (void) |
start/stop the flow. | |
virtual int | stop (void) |
virtual int | send_frame (ACE_Message_Block *frame, TAO_AV_frame_info *frame_info=0) |
send a data frame. | |
virtual int | send_frame (const iovec *iov, int iovcnt, TAO_AV_frame_info *frame_info=0) |
send a frame in iovecs. | |
virtual int | send_frame (const char *buf, size_t len) |
virtual int | destroy (void) |
end the stream. | |
void | ssrc (ACE_UINT32 ssrc) |
ACE_UINT32 | ssrc (void) |
void | ts_offset (ACE_UINT32 ts_offset) |
Private Attributes | |
TAO_AV_Callback * | client_cb_ |
TAO_AV_RTCP_Callback | rtcp_cb_ |
ACE_UINT32 | ssrc_ |
TAO_AV_RTCP_Object::TAO_AV_RTCP_Object | ( | TAO_AV_Callback * | client_cb, | |
TAO_AV_RTCP_Callback *& | rtcp_cb, | |||
TAO_AV_Transport * | transport = 0 | |||
) |
constructor.
TAO_AV_RTCP_Object::~TAO_AV_RTCP_Object | ( | void | ) | [virtual] |
Destructor.
int TAO_AV_RTCP_Object::destroy | ( | void | ) | [virtual] |
int TAO_AV_RTCP_Object::handle_control_input | ( | ACE_Message_Block * | control_frame, | |
const ACE_Addr & | peer_address | |||
) | [virtual] |
int TAO_AV_RTCP_Object::handle_control_output | ( | ACE_Message_Block * | frame | ) | [virtual] |
int TAO_AV_RTCP_Object::handle_input | ( | void | ) | [virtual] |
Implements TAO_AV_Protocol_Object.
int TAO_AV_RTCP_Object::send_frame | ( | const char * | buf, | |
size_t | len | |||
) | [virtual] |
Implements TAO_AV_Protocol_Object.
int TAO_AV_RTCP_Object::send_frame | ( | const iovec * | iov, | |
int | iovcnt, | |||
TAO_AV_frame_info * | frame_info = 0 | |||
) | [virtual] |
int TAO_AV_RTCP_Object::send_frame | ( | ACE_Message_Block * | frame, | |
TAO_AV_frame_info * | frame_info = 0 | |||
) | [virtual] |
int TAO_AV_RTCP_Object::set_policies | ( | const TAO_AV_PolicyList & | policy_list | ) | [virtual] |
ACE_UINT32 TAO_AV_RTCP_Object::ssrc | ( | void | ) | [inline] |
void TAO_AV_RTCP_Object::ssrc | ( | ACE_UINT32 | ssrc | ) | [inline] |
int TAO_AV_RTCP_Object::start | ( | void | ) | [virtual] |
int TAO_AV_RTCP_Object::stop | ( | void | ) | [virtual] |
Reimplemented from TAO_AV_Protocol_Object.
void TAO_AV_RTCP_Object::ts_offset | ( | ACE_UINT32 | ts_offset | ) |
TAO_AV_Callback* TAO_AV_RTCP_Object::client_cb_ [private] |
ACE_UINT32 TAO_AV_RTCP_Object::ssrc_ [private] |