|
Unity Video SDK API Reference Documentation
|
Interface for user to subscribe@unSubscribe video raw data. ZMVideoSDKUser#GetVideoPipe().
More...
Public Member Functions | |
| ZMVideoSDKErrors | Subscribe (ZMVideoSDKResolution resolution, IZMVideoSDKRawDataPipeDelegate dataDelegate) |
| Subscribe video@share. | |
| ZMVideoSDKErrors | UnSubscribe () |
| Unsubscribe video@share. | |
| ZMVideoSDKRawDataType | GetRawdataType () |
| Get the raw data data type. | |
| ZMVideoSDKVideoStatus | GetVideoStatus () |
| Get video status. | |
| ZMVideoSDKShareStatus | GetShareStatus () |
| Get share status. | |
Interface for user to subscribe@unSubscribe video raw data. ZMVideoSDKUser#GetVideoPipe().
Definition at line 6 of file ZMVideoSDKRawDataPipe.cs.
|
inline |
Get the raw data data type.
Definition at line 80 of file ZMVideoSDKRawDataPipe.cs.
|
inline |
Get share status.
Definition at line 98 of file ZMVideoSDKRawDataPipe.cs.
|
inline |
Get video status.
Definition at line 89 of file ZMVideoSDKRawDataPipe.cs.
|
inline |
Subscribe video@share.
| resolution | Subscribe size. |
| dataDelegate | Callback sink object. |
Definition at line 61 of file ZMVideoSDKRawDataPipe.cs.
|
inline |
Unsubscribe video@share.
Definition at line 71 of file ZMVideoSDKRawDataPipe.cs.