Function: dvpp_get_stream_desc_timestamp
C Prototype |
uint64_t acldvppGetStreamDescTimestamp(const acldvppStreamDesc *streamDesc) |
|---|---|
Python Function |
timestamp = acl.media.dvpp_get_stream_desc_timestamp(dvpp_stream_desc) |
Function Usage |
Obtains the video stream description parameter: timestamp. |
Input Description |
dvpp_stream_desc: int, pointer address of the video stream description. |
Return Value |
timestamp: int, timestamp. |
Restrictions |
None |
Parent topic: common