![]() |
![]() |
![]() |
![]() |
Get the repeat playback mode for a control context
#include <mme/mme.h> int mme_getrepeat( mme_hdl_t *hdl );
mme
The function mme_getrepeat() returns the repeat mode for the specified control context. On success, it returns the control context's repeat mode.
See mme_mode_repeat_t for a description of these modes.
None delivered.
Full validation of data; all arguments are checked before the call returns.
This function blocks on control contexts. If mme_getrepeat() is called and another function is called before mme_getrepeat() returns, the second function blocks on io-media until mme_getrepeat() returns. If there are no other pending calls, mme_getrepeat() returns without blocking on io-media.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
mme_getrandom(), mme_getscanmode() mme_setrandom() mme_setrepeat(), mme_mode_random_t, mme_mode_repeat_t
![]() |
![]() |
![]() |
![]() |