mediacontroller_fast_forward()
Fast-forward the media.
Synopsis:
#include <bps/mediacontroller.h>
BPS_API int mediacontroller_fast_forward(void)
Since:
BlackBerry 10.0.0
Arguments:
Library:
libbps (For the qcc command, use the -l bps option to link against this library)Description:
The mediacontroller_fast_forward() function directs the connected media player to enter fast forward mode.
Returns:
BPS_SUCCESS when the function completes successfully, BPS_FAILURE with errno value set otherwise.
Last modified: 2014-05-14