Avaya Client Services API Reference (iOS)
|
#import <CSVideoInterfaceIOS.h>
Inherits NSObject, and <CSVideoInterface>.
Instance Methods | |
(id) | - initWithVideoEngine: |
![]() | |
(BOOL) | - setDscp: |
This function sets DSCP value for video. More... | |
(BOOL) | - enableCPUAdaptiveVideo: |
Enable/Disables CPU Usage for video call(s) and control Tx/Rx. More... | |
(BOOL) | - registerCPUThresholdConfig: |
Registers the threshold for monitoring overriding any registered(or default) threshold values for the given threshold type. More... | |
(BOOL) | - unRegisterCPUThresholdConfig: |
Unregisters threshold from monitoring. More... | |
(BOOL) | - isThresholdAlreadyRegistered:forThreshold: |
Checks if the input threshold type was already registered for monitoring. More... | |
(id< CSVideoSink >) | - getLocalVideoSink: |
Retrieves a VideoSink for the specified channel. More... | |
(id< CSVideoSource >) | - getRemoteVideoSource: |
Retrieves a VideoSource for the specified channel. More... | |
(BOOL) | - isVideoreceiving: |
Returns if video packets are being received for the channel specified by the videoChannelID (only for AAC and MSS conferences). More... | |
Additional Inherited Members | |
![]() | |
id< CSVideoInterfaceDelegate > | delegate |
The delegate used to handle video-interface-related events. More... | |
- (id) initWithVideoEngine: | (void *) | videoEngine |