|
Video SDK for MacOS API Reference
|
Raw data pipe delegate interface. More...
#include <ZMVideoSDKUserHelper.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
| (void) | - onRawDataFrameReceived: |
| Notify if subscribed data received. | |
| (void) | - onRawDataStatusChanged: |
| Notify if subscribed data status changed. | |
| (void) | - onShareCursorDataReceived: |
| Callback when the cursor data of share received. | |
Raw data pipe delegate interface.
Definition at line 232 of file ZMVideoSDKUserHelper.h.
|
optional |
Notify if subscribed data received.
| data | The pointer of ZMVideoSDKYUVRawDataI420 object. |
|
optionalrequired |
Notify if subscribed data status changed.
| status | The rawData status. |
|
optionalrequired |
Callback when the cursor data of share received.
| info | Share cursor data object. |