TAO_AV
2.1.3
|
#include <Protocol_Factory.h>
Public Member Functions | |
TAO_AV_Protocol_Object (void) | |
TAO_AV_Protocol_Object (TAO_AV_Callback *callback, TAO_AV_Transport *transport) | |
constructor. | |
virtual | ~TAO_AV_Protocol_Object (void) |
Destructor. | |
virtual int | open (TAO_AV_Callback *callback, TAO_AV_Transport *transport) |
virtual int | handle_input (void)=0 |
virtual int | handle_control_input (ACE_Message_Block *control_frame, const ACE_Addr &peer_address) |
Called on a control object. | |
virtual int | set_policies (const TAO_AV_PolicyList &policy_list) |
set/get policies. | |
virtual TAO_AV_PolicyList | get_policies (void) |
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)=0 |
send a data frame. | |
virtual int | send_frame (const iovec *iov, int iovcnt, TAO_AV_frame_info *frame_info=0)=0 |
send a frame in iovecs. | |
virtual int | send_frame (const char *buf, size_t len)=0 |
virtual void | control_object (TAO_AV_Protocol_Object *object) |
end the stream. | |
virtual int | destroy (void)=0 |
TAO_AV_Transport * | transport (void) |
Protected Attributes | |
TAO_AV_Transport * | transport_ |
TAO_AV_PolicyList | policy_list_ |
TAO_AV_Callback * | callback_ |
TAO_AV_Protocol_Object::TAO_AV_Protocol_Object | ( | void | ) |
TAO_AV_Protocol_Object::TAO_AV_Protocol_Object | ( | TAO_AV_Callback * | callback, |
TAO_AV_Transport * | transport | ||
) |
constructor.
|
virtual |
Destructor.
|
virtual |
end the stream.
Reimplemented in TAO_AV_RTP_Object.
|
pure virtual |
Implemented in TAO_AV_RTP_Object, TAO_AV_UDP_Object, TAO_AV_TCP_Object, TAO_SFP_Object, and TAO_AV_RTCP_Object.
|
virtual |
|
virtual |
Called on a control object.
Reimplemented in TAO_AV_RTCP_Object.
|
pure virtual |
|
virtual |
|
pure virtual |
send a data frame.
Implemented in TAO_AV_RTP_Object, TAO_AV_UDP_Object, TAO_AV_TCP_Object, TAO_SFP_Object, and TAO_AV_RTCP_Object.
|
pure virtual |
send a frame in iovecs.
Implemented in TAO_AV_RTP_Object, TAO_AV_UDP_Object, TAO_AV_TCP_Object, TAO_SFP_Object, and TAO_AV_RTCP_Object.
|
pure virtual |
Implemented in TAO_AV_RTP_Object, TAO_AV_UDP_Object, TAO_AV_TCP_Object, TAO_SFP_Object, and TAO_AV_RTCP_Object.
|
virtual |
set/get policies.
Reimplemented in TAO_AV_RTP_Object, TAO_SFP_Object, and TAO_AV_RTCP_Object.
|
virtual |
start/stop the flow.
Reimplemented in TAO_AV_RTP_Object, and TAO_AV_RTCP_Object.
|
virtual |
Reimplemented in TAO_AV_RTP_Object, and TAO_AV_RTCP_Object.
TAO_AV_Transport * TAO_AV_Protocol_Object::transport | ( | void | ) |
|
protected |
|
protected |
|
protected |