Function: vdec_create_channel_desc
C Prototype |
aclvdecChannelDesc *aclvdecCreateChannelDesc() |
|---|---|
Python Function |
vdec_channel_desc = acl.media.vdec_create_channel_desc() |
Function Usage |
Creates data of the vdec_channel_desc type to describe a video decoding channel. To destroy data of the aclvdecChannelDesc type, call acl.media.vdec_destroy_channel_desc. |
Return Value |
vdec_channel_desc: int, returns the pointer address of the aclvdecChannelDesc type data.
|
Parent topic: VDEC