This function is deprecated.
int sm_avfplay_create(struct sm_avfplay_create_parms *avfcp)
typedef struct sm_avfplay_create_parms { tSMAVFplayId avfplay; /* out */ tSMModuleId module; /* in */ } SM_AVFPLAY_CREATE_PARMS;
Creates a player which can replay an AVF stream. An AVF player is a task which accepts as input an AVF stream from the host, and generates as output one of a number of data formats including the raw unchanged AVF stream and linear audio.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody Audio Video Format (AVF) API.