Function: dvpp_get_stream_desc_format
C Prototype |
acldvppStreamFormat acldvppGetStreamDescFormat(const acldvppStreamDesc *streamDesc) |
|---|---|
Python Function |
format = acl.media.dvpp_get_stream_desc_format(dvpp_stream_desc) |
Function Usage |
Obtains the video stream description parameter: the video stream format. |
Input Description |
dvpp_stream_desc: int, pointer address of the video stream description. |
Return Value |
format: int, video stream format (H.264/H.265). For details, see acldvppStreamFormat. |
Restrictions |
None |
Parent topic: common