Avaya Client Services API Reference (OS X)
Properties | List of all members
CSVideoDetails Class Reference

Video related details for session. More...

#import <CSVideoDetails.h>

Inherits NSObject.

Properties

NSString * codec
 The name of the video codec being used. More...
 
NSUInteger payloadType
 Payload type. More...
 
NSUInteger roundTripTimeMilliseconds
 The round-trip audio delay (in milliseconds) calculated as per RFC 3550. More...
 
NSString * localIPAddress
 Local media IP address. More...
 
NSString * remoteIPAddress
 Remote media IP address. More...
 
NSUInteger localPort
 Local media termination port. More...
 
NSUInteger remotePort
 Remote media termination port. More...
 
CSMediaEncryptionType encryptionType
 Type for encryption used for video session. More...
 
BOOL mediaTunneled
 Status indication for whether Video is tunneled or not. More...
 
BOOL mediaProxied
 Status indication for whether tunneled Video goes through proxy or not. More...
 
BOOL RTCPEncrypted
 Flag indicating whether RTCP is encrypted or not. More...
 
NSUInteger channelId
 Video channel id associated with media engine resources. More...
 
CSVideoStatisticsreceiveStatistics
 Receive stream statistics. More...
 
CSVideoTransmitStatisticstransmitStatistics
 Send stream statistics. More...
 

Detailed Description

Video related details for session.

Property Documentation

- (NSUInteger) channelId
readnonatomicassign

Video channel id associated with media engine resources.

- (NSString*) codec
readnonatomicassign

The name of the video codec being used.

- (CSMediaEncryptionType) encryptionType
readnonatomicassign

Type for encryption used for video session.

- (NSString*) localIPAddress
readnonatomicassign

Local media IP address.

- (NSUInteger) localPort
readnonatomicassign

Local media termination port.

- (BOOL) mediaProxied
readnonatomicassign

Status indication for whether tunneled Video goes through proxy or not.

- (BOOL) mediaTunneled
readnonatomicassign

Status indication for whether Video is tunneled or not.

- (NSUInteger) payloadType
readnonatomicassign

Payload type.

- (CSVideoStatistics*) receiveStatistics
readnonatomicassign

Receive stream statistics.

- (NSString*) remoteIPAddress
readnonatomicassign

Remote media IP address.

- (NSUInteger) remotePort
readnonatomicassign

Remote media termination port.

- (NSUInteger) roundTripTimeMilliseconds
readnonatomicassign

The round-trip audio delay (in milliseconds) calculated as per RFC 3550.

This is the time required for an RTP packet to go from sender to receiver and back.

- (BOOL) RTCPEncrypted
readnonatomicassign

Flag indicating whether RTCP is encrypted or not.

- (CSVideoTransmitStatistics*) transmitStatistics
readnonatomicassign

Send stream statistics.


The documentation for this class was generated from the following file: