| Description | Hierarchy | Fields | Methods | Properties | 
type unaConfRTProomUser = class(unaObject)
RTP Conference user.
![]()  | 
constructor create(srv: TunaConfRTPserver; userID: u_int32); | 
![]()  | 
destructor Destroy(); override; | 
![]()  | 
function copyRTCPInfo(var info: rtp_site_info): bool; | 
![]()  | 
property allowIN : bool read f_allowIN  write f_allowIN ; | 
![]()  | 
property allowOUT: bool read f_allowOUT write f_allowOUT; | 
![]()  | 
property bwIn: int read f_bwIn; | 
![]()  | 
property bwOut: int read f_bwOut; | 
![]()  | 
property lastAudioCodec: int read f_lastAudioCodec; | 
![]()  | 
property userID: u_int32 read f_userID; | 
![]()  | 
property verified: bool read f_verified; | 
![]()  | 
constructor create(srv: TunaConfRTPserver; userID: u_int32); | 
| 
 Creates a new user object.  | |
![]()  | 
destructor Destroy(); override; | 
![]()  | 
function copyRTCPInfo(var info: rtp_site_info): bool; | 
| 
 Copies RTCP information. 
 Parameters
 ReturnsTrue if successfull  | |
![]()  | 
property allowIN : bool read f_allowIN  write f_allowIN ; | 
| 
 User is allowed to stream inbound audio into room.  | |
![]()  | 
property allowOUT: bool read f_allowOUT write f_allowOUT; | 
| 
 User is allowed to receive outbound audio from room.  | |
![]()  | 
property bwIn: int read f_bwIn; | 
| 
 Incoming bandwidth.  | |
![]()  | 
property bwOut: int read f_bwOut; | 
| 
 Outgoing bandwidth.  | |
![]()  | 
property lastAudioCodec: int read f_lastAudioCodec; | 
| 
 Last auido payload used in transmit.  | |
![]()  | 
property userID: u_int32 read f_userID; | 
| 
 User ID (SSRC)  | |
![]()  | 
property verified: bool read f_verified; | 
| 
 User was authorized.  | |
(c) 2012 Lake of Soft