Protocol defining lifecycle events for a custom video source.
More...
#include <ZMVideoSDKVideoSourceHelper.h>
Inherits <NSObjectNSObject>.
Protocol defining lifecycle events for a custom video source.
Definition at line 133 of file ZMVideoSDKVideoSourceHelper.h.
◆ onInitialize:supportedCapbilityList:suggestCapbility:
Notify when video source prepare.
- Parameters
-
| sender | The pointer of video sender object. |
| supportedCapList | The list of supported video capability. |
| suggestCap | Suggest video capability. |
◆ onPropertyChange:suggestCapbility:
Notify when video size or fps changed.
- Parameters
-
| supportedCapList | The list of supported video capability. |
| suggestCap | Suggest video capability. |
◆ onStartSend
◆ onStopSend
◆ onUninitialized