Function: dvpp_set_stream_desc_timestamp
C Prototype |
aclError acldvppSetStreamDescTimestamp(acldvppStreamDesc *streamDesc, uint64_t timestamp) |
|---|---|
Python Function |
ret = acl.media.dvpp_set_stream_desc_timestamp(dvpp_stream_desc, timestamp) |
Function Usage |
Sets the video stream description parameter: timestamp. |
Input Description |
dvpp_stream_desc: int, pointer address of the video stream description. Call acl.media.dvpp_create_stream_desc to create data of the acldvppStreamDesc type in advance. timestamp: int, timestamp. |
Return Value |
ret: int, error code.
|
Restrictions |
None |
Parent topic: common