Function: dvpp_get_stream_desc_ret_code
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Obtains the video stream description parameter: the return code.
Prototype
- C Prototype
1uint32_t acldvppGetStreamDescRetCode(const acldvppStreamDesc *streamDesc)
- Python Function
1ret_code = acl.media.dvpp_get_stream_desc_ret_code(dvpp_stream_desc)
Parameter Description
Parameter |
Description |
|---|---|
dvpp_stream_desc |
Int, pointer address of the video stream description. |
Return Value Description
Return Value |
Description |
|---|---|
ret_code |
Int, return code.
|
Parent topic: common