This function is deprecated.
int sm_avfrec_create(struct sm_avfrec_create_parms *vcp)
typedef struct sm_avfrec_create_parms { tSMAVFrecId avfrec; /* out */ tSMModuleId module; /* in */ } SM_AVFREC_CREATE_PARMS;
Creates a recorder which can record an AVF stream. An AVF recorder is a task which accepts as input one of a number of data formats - including a raw AVF stream and linear audio - and generates as output an AVF stream to the host.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody Audio Video Format (AVF) API.