#include <SdpMediaLine.h>
  
  
      
        
          | SdpPotentialConfiguration  | 
          ( | 
          unsigned int  | 
          id,  | 
         
        
           | 
           | 
          bool  | 
          deleteMediaAttributes,  | 
         
        
           | 
           | 
          bool  | 
          deleteSessionAttributes,  | 
         
        
           | 
           | 
          unsigned int  | 
          transportId  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void addAttributeId  | 
          ( | 
          unsigned int  | 
          id,  | 
         
        
           | 
           | 
          bool  | 
          optional  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void clearAttributeIds  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | UtlCopyableContainable* clone  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | int compareTo  | 
          ( | 
          UtlContainable const *  | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | const UtlCopyableSList& getAttributeIds  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | UtlContainableType getContainableType  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | const bool getDeleteMediaAttributes  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | const bool getDeleteSessionAttributes  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | const unsigned int getId  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | const unsigned int getTransportId  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void setDeleteMediaAttributes  | 
          ( | 
          bool  | 
          deleteMediaAttributes | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void setDeleteSessionAttributes  | 
          ( | 
          bool  | 
          deleteSessionAttributes | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void setId  | 
          ( | 
          unsigned int  | 
          id | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void setTransportId  | 
          ( | 
          unsigned int  | 
          transportId | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | UtlCopyableSList mAttributeIdList | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | bool mDeleteMediaAttributes | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | bool mDeleteSessionAttributes | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | unsigned int mTransportId | 
         
       
   | 
  
private   |