My Project
MAC INSTANT SDK
Instance Methods | List of all members
<InstantSDKVideoSource > Protocol Reference
Inheritance diagram for <InstantSDKVideoSource >:

Instance Methods

(void) - onInitialize:supportedCapbilityList:suggestCapbility:
 Notify if video source prepare. More...
 
(void) - onPropertyChange:suggestCapbility:
 Notify if video size or fps changed. More...
 
(void) - onStartSend
 Notify if video start send raw data.
 
(void) - onStopSend
 Notify if video stop send raw data.
 
(void) - onUninitialized
 Notify if video source uninitialized.
 

Method Documentation

◆ onInitialize:supportedCapbilityList:suggestCapbility:()

- (void InstantSDKVideoSource) onInitialize: (InstantSDKVideoSender *)  sender
supportedCapbilityList: (NSArray< InstantSDKVideoCapability * > *)  supportedCapList
suggestCapbility: (InstantSDKVideoCapability *)  suggestCap 

Notify if video source prepare.

Parameters
senderThe pointer of InstantSDKVideoSender object.
supportedCapListThe list of supported video capability.
suggestCapSuggest video capability.

◆ onPropertyChange:suggestCapbility:()

- (void InstantSDKVideoSource) onPropertyChange: (NSArray< InstantSDKVideoCapability * > *)  supportedCapList
suggestCapbility: (InstantSDKVideoCapability *)  suggestCap 

Notify if video size or fps changed.

Parameters
supportedCapListThe list of supported video capability.
suggestCapSuggest video capability.

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