This function is deprecated.
int sm_avfplay_status(struct sm_avfplay_status_parms *statusp)
typedef struct sm_avfplay_status_parms { tSMAVFplayId avfplay; /* in */ enum kSMAVFplayStatus { kSMAVFplayStatusRunning, kSMAVFplayStatusUnderrun, kSMAVFplayStatusCompleteData, kSMAVFplayStatusComplete, } status; /* out */ } SM_AVFPLAY_STATUS_PARMS;
Returns the current status of the AVF player or an error to indicate that a problem occurred during start-up.
When the event, obtained from sm_avfplay_get_event(), is signalled the user must call this function to determine the nature of the status change. The change in status may indicate that an error occurred whilst processing a user request or it may be notifiying the user of a change to the previous state of the AVF player.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody Audio Video Format (AVF) API.