¡@

Home 

2014/10/16 ¤W¤È 08:27:04

android Programming Glossary: uriplaybackrate

Android : How to change Playback Rate of music using OpenSL ES

http://stackoverflow.com/questions/11094377/android-how-to-change-playback-rate-of-music-using-opensl-es

static SLSeekItf uriPlayerSeek static SLPlaybackRateItf uriPlaybackRate output mix interfaces static SLObjectItf outputMixObject NULL.. GetInterface uriPlayerObject SL_IID_PLAYBACKRATE uriPlaybackRate assert SL_RESULT_SUCCESS result get playback pitch interface.. msec assert SL_RESULT_SUCCESS result SLuint32 capa result uriPlaybackRate GetRateRange uriPlaybackRate 0 playbackMinRate playbackMaxRate..

Android : How to change Playback Rate of music using OpenSL ES

http://stackoverflow.com/questions/11094377/android-how-to-change-playback-rate-of-music-using-opensl-es

uriPlayerObject NULL static SLPlayItf uriPlayerPlay static SLSeekItf uriPlayerSeek static SLPlaybackRateItf uriPlaybackRate output mix interfaces static SLObjectItf outputMixObject NULL playback rate default 1x 1000 static SLpermille playbackMinRate.. result get playback rate interface result uriPlayerObject GetInterface uriPlayerObject SL_IID_PLAYBACKRATE uriPlaybackRate assert SL_RESULT_SUCCESS result get playback pitch interface result uriPlayerObject GetInterface uriPlayerObject SL_IID_PITCH.. result uriPlayerSeek SetLoop uriPlayerSeek SL_BOOLEAN_TRUE 0 msec assert SL_RESULT_SUCCESS result SLuint32 capa result uriPlaybackRate GetRateRange uriPlaybackRate 0 playbackMinRate playbackMaxRate playbackRateStepSize capa assert SL_RESULT_SUCCESS result..