Function: dvpp_create_stream_desc
C Prototype |
acldvppStreamDesc *acldvppCreateStreamDesc() |
|---|---|
Python Function |
dvpp_stream_desc = acl.media.dvpp_create_stream_desc() |
Function Usage |
Creates data of the acldvppStreamDesc type as a video stream description. To destroy data of the acldvppStreamDesc type, call acl.media.dvpp_create_stream_desc. |
Input Description |
None |
Return Value |
dvpp_stream_desc: int, pointer address of the returned acldvppStreamDesc type.
|
Restrictions |
None |
Parent topic: common