Function cwipc_new_encodergroup
Defined in File api.h
Function Documentation
-
cwipc_encodergroup *cwipc_new_encodergroup(char **errorMessage, uint64_t apiVersion)
Create a new encoder group.
Creates a group of encoders. Initially the group is empty, add encoders by calling group->addencoder().
- Parameters:
errorMessage – Pointer to a string that will be filled with a message in case of errors.
apiVersion – Pass in CWIPC_API_VERSION to ensure dll compatibility.