#include <Policy.h>
Inheritance diagram for TAO_AV_Payload_Type_Policy:
Public Member Functions | |
TAO_AV_Payload_Type_Policy (int payload_type=-1) | |
int | value (void) |
void | value (int pt) |
Protected Attributes | |
int | payload_type_ |
|
Definition at line 24 of file Policy.cpp. References TAO_AV_PAYLOAD_TYPE_POLICY.
00025 :TAO_AV_Policy (TAO_AV_PAYLOAD_TYPE_POLICY), 00026 payload_type_ (payload_type) 00027 { 00028 } |
|
Definition at line 38 of file Policy.inl. References payload_type_.
00039 { 00040 this->payload_type_ = pt; 00041 } |
|
Definition at line 44 of file Policy.inl. References payload_type_. Referenced by TAO_AV_RTP_Object::set_policies().
00045 { 00046 return this->payload_type_; 00047 } |
|
Definition at line 81 of file Policy.h. Referenced by value(). |