int sm_fmptx_status(struct sm_fmptx_status_parms *statusp)
typedef struct sm_fmptx_status_parms {
tSMFMPtxId fmptx; /* in */
enum kSMFMPtxStatus {
kSMFMPtxStatusRunning,
kSMFMPtxStatusStopped,
} status; /* out */
} SM_FMPTX_STATUS_PARMS;
Returns the current status of the FMP[tx] or an error to indicate that a problem occurred during start-up.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody FMP processing API.