Function: dvpp_get_stream_desc_ret_code
C Prototype |
uint32_t acldvppGetStreamDescRetCode(const acldvppStreamDesc *streamDesc) |
|---|---|
Python Function |
ret_code = acl.media.dvpp_get_stream_desc_ret_code(dvpp_stream_desc) |
Function Usage |
Obtains the video stream description parameter: the return code. |
Input Description |
dvpp_stream_desc: int, pointer address of the video stream description. |
Return Value |
ret_code: int, return code.
|
Restrictions |
None |
Parent topic: common