|
Video SDK for MacOS API Reference
|
Video or share raw data pipe interface. More...
#include <ZMVideoSDKUserHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZMVideoSDKErrors) | - subscribe:listener: |
| Subscribes video or share raw data. | |
| (ZMVideoSDKErrors) | - unSubscribe: |
| Unsubscribes video or share raw data. | |
| (ZMVideoSDKRawDataType) | - getRawdataType |
| Gets the raw data data type. | |
| (ZMVideoSDKVideoStatus *_Nullable) | - getVideoStatus |
| Gets video status. | |
| (NSString *_Nullable) | - getVideoDeviceName |
| Gets video device name. | |
| (ZMVideoSDKShareStatus) | - getShareStatus |
| Gets share status. | |
| (ZMVideoSDKShareCapturePauseReason) | - getShareCapturePauseReason |
| Gets the reason why the share capture is paused. | |
| (ZMVideoSDKShareType) | - getShareType |
| Gets share type. | |
| (ZMVideoSDKVideoStatisticInfo *_Nullable) | - getVideoStatisticInfo |
| Gets video statistic information. | |
Video or share raw data pipe interface.
Definition at line 259 of file ZMVideoSDKUserHelper.h.
| - (ZMVideoSDKRawDataType) getRawdataType |
Gets the raw data data type.
| - (ZMVideoSDKShareCapturePauseReason) getShareCapturePauseReason |
Gets the reason why the share capture is paused.
ZMVideoSDKShare_Capture_Pause_None. | - (ZMVideoSDKShareStatus) getShareStatus |
Gets share status.
| - (ZMVideoSDKShareType) getShareType |
Gets share type.
| - (NSString *_Nullable) getVideoDeviceName |
Gets video device name.
| - (ZMVideoSDKVideoStatisticInfo *_Nullable) getVideoStatisticInfo |
Gets video statistic information.
| - (ZMVideoSDKVideoStatus *_Nullable) getVideoStatus |
Gets video status.
| - (ZMVideoSDKErrors) subscribe: | (ZMVideoSDKResolution) | resolution | |
| listener: | (id< ZMVideoSDKRawDataPipeDelegate >) | listener |
Subscribes video or share raw data.
| resolution | The subscribe size. |
| listener | The callback sink object. |
| - (ZMVideoSDKErrors) unSubscribe: | (id< ZMVideoSDKRawDataPipeDelegate >) | listener |
Unsubscribes video or share raw data.
| listener | The callback sink object. |