Vp create
<C>VPInstance vp_create(void)</C>
Description
Creates a new VP SDK instance.
Callback
None
Notes
None
Arguments
None
Argument attributes
None
Return values
- VP_RC_SUCCESS
- VP_RC_NOT_INITIALIZED
- The SDK hasn't been initialized. Try calling vp_init first.
Returned attributes
None
Example
<C>VPInstance instance; instance = vp_create();</C>