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