Function: dvpp_get_stream_desc_eos
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Obtains the video stream description parameter: EOS.
Prototype
- C Prototype
1uint8_t acldvppGetStreamDescEos(const acldvppStreamDesc *streamDesc)
- Python Function
1eos = acl.media.dvpp_get_stream_desc_eos(dvpp_stream_desc)
Parameter Description
Parameter |
Description |
|---|---|
dvpp_stream_desc |
Int, pointer address of the video stream description. |
Return Value Description
Return Value |
Description |
|---|---|
eos |
Int, EOS flag.
|
Parent topic: common