Function: venc_get_channel_desc_buf_addr
Applicability
Product |
Supported (√/x) |
|---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
Function Usage
Obtains the encoding channel description attribute: address of the encoding output buffer.
Prototype
- C Prototype
1void *aclvencGetChannelDescBufAddr(const aclvencChannelDesc *channelDesc)
- Python Function
1buf_addr = acl.media.venc_get_channel_desc_buf_addr(venc_channel_desc)
Parameter Description
Parameter |
Description |
|---|---|
venc_channel_desc |
Int, pointer address of the description of a video encoding channel. |
Return Value Description
Return Value |
Description |
|---|---|
buf_addr |
Int, buffer address of the encode output. |
Parent topic: VENC