TAO_AV
2.2.7
|
TAO_AV_Callback for RTCP protocol. More...
#include <RTCP.h>
Public Member Functions | |
TAO_AV_RTCP_Callback (void) | |
RTCP callback. More... | |
virtual | ~TAO_AV_RTCP_Callback (void) |
virtual destructor. More... | |
virtual int | handle_start (void) |
Called during Streamctrl->start. More... | |
virtual int | handle_stop (void) |
Called during Streamctrl->stop. More... | |
virtual int | handle_timeout (void *arg) |
Called during timeout for Flow Producers. More... | |
virtual int | receive_frame (ACE_Message_Block *frame, TAO_AV_frame_info *frame_info=0, const ACE_Addr &peer_address=ACE_Addr::sap_any) |
Called when a frame arrives for a FlowConsumer. More... | |
int | send_frame (ACE_Message_Block *frame) |
virtual int | receive_control_frame (ACE_Message_Block *frame, const ACE_Addr &peer_address=ACE_Addr::sap_any) |
virtual int | handle_destroy (void) |
virtual void | get_timeout (ACE_Time_Value *&tv, void *&arg) |
int | send_report (int bye) |
void | schedule (int ms) |
TAO_AV_RTP_State * | state (void) |
void | ts_offset (ACE_UINT32 offset) |
Public Member Functions inherited from TAO_AV_Callback | |
TAO_AV_Callback (void) | |
virtual | ~TAO_AV_Callback (void) |
int | open (TAO_AV_Protocol_Object *object, TAO_AV_Flow_Handler *handler) |
Called for opening the callback. More... | |
virtual int | schedule_timer (void) |
TAO_AV_Protocol_Object * | protocol_object (void) |
Accessor to protocol object. More... | |
virtual TAO_AV_PolicyList | get_policies (void) |
get the policies for the protocol object. More... | |
Protected Attributes | |
ACE_Hash_Map_Manager < ACE_UINT32, RTCP_Channel_In *, ACE_Null_Mutex > | inputs_ |
RTCP_Channel_Out | output_ |
int | timeout_ |
int | timestamp_offset_ |
int | sdes_count_ |
int | is_initial_timeout_ |
int | avg_rtcp_size_ |
int | packet_size_ |
Protected Attributes inherited from TAO_AV_Callback | |
TAO_AV_Protocol_Object * | protocol_object_ |
TAO_AV_Flow_Handler * | handler_ |
TAO_AV_Callback for RTCP protocol.
TAO_AV_RTCP_Callback::TAO_AV_RTCP_Callback | ( | void | ) |
RTCP callback.
|
virtual |
virtual destructor.
|
virtual |
Called to get the timeout. If tv is 0 then the framework stop calling this.
Reimplemented from TAO_AV_Callback.
|
virtual |
Called during Streamctrl->destroy i.e tear_down of the stream @coryan:Call it handle_destroy or handle_close.
Reimplemented from TAO_AV_Callback.
|
virtual |
Called during Streamctrl->start.
Reimplemented from TAO_AV_Callback.
|
virtual |
Called during Streamctrl->stop.
Reimplemented from TAO_AV_Callback.
|
virtual |
Called during timeout for Flow Producers.
Reimplemented from TAO_AV_Callback.
|
virtual |
Copyright (c) 1994-1995 Regents of the University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Reimplemented from TAO_AV_Callback.
|
virtual |
Called when a frame arrives for a FlowConsumer.
Reimplemented from TAO_AV_Callback.
void TAO_AV_RTCP_Callback::schedule | ( | int | ms | ) |
int TAO_AV_RTCP_Callback::send_frame | ( | ACE_Message_Block * | frame | ) |
int TAO_AV_RTCP_Callback::send_report | ( | int | bye | ) |
TAO_AV_RTP_State* TAO_AV_RTCP_Callback::state | ( | void | ) |
void TAO_AV_RTCP_Callback::ts_offset | ( | ACE_UINT32 | offset | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |