#include <RTCP.h>
Inheritance diagram for TAO_AV_RTCP_Object:
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_ |
|
constructor.
|
|
Destructor.
|
|
end the stream.
Implements TAO_AV_Protocol_Object. |
|
Called on a control object.
Reimplemented from TAO_AV_Protocol_Object. |
|
|
|
Implements TAO_AV_Protocol_Object. |
|
Implements TAO_AV_Protocol_Object. |
|
send a frame in iovecs.
Implements TAO_AV_Protocol_Object. |
|
send a data frame.
Implements TAO_AV_Protocol_Object. |
|
set/get policies.
Reimplemented from TAO_AV_Protocol_Object. |
|
|
|
|
|
start/stop the flow.
Reimplemented from TAO_AV_Protocol_Object. |
|
Reimplemented from TAO_AV_Protocol_Object. |
|
|
|
|
|
|
|
|