#include <Policy.h>
Inheritance diagram for TAO_AV_SSRC_Policy:


Public Member Functions | |
| TAO_AV_SSRC_Policy (CORBA::ULong ssrc=0) | |
| CORBA::ULong | value (void) |
| void | value (CORBA::ULong ssrc) |
Protected Attributes | |
| CORBA::ULong | ssrc_ |
|
|
Definition at line 18 of file Policy.cpp. References TAO_AV_SSRC_POLICY.
00019 :TAO_AV_Policy (TAO_AV_SSRC_POLICY), 00020 ssrc_ (ssrc) 00021 { 00022 } |
|
|
Definition at line 29 of file Policy.inl. References ssrc_.
00030 {
00031 this->ssrc_ = ssrc;
00032 }
|
|
|
Definition at line 22 of file Policy.inl. References ssrc_. Referenced by TAO_AV_RTP_Object::set_policies().
00023 {
00024 return this->ssrc_;
00025 }
|
|
|
Definition at line 71 of file Policy.h. Referenced by value(). |
1.3.6