On Wednesday, June 29, 2011, New Developer wrote:
> I'm struggling to close these two timer tasks
> I have@Override public void onCompletion(MediaPlayer arg0) {
> try { mMediaPlayer.stop();
> mMediaPlayer = null;if
I'm struggling to close these two timer tasks
I have
@Override
public void onCompletion(MediaPlayer arg0) {
try {
mMediaPlayer.stop();
mMediaPlayer = null;
if (timer != null) {
To Daniel
Thanks again
Okay that seems to be working
Just to clarify
the 0 , 200 implies start immediately and re-occur every 200 milliseconds ?
the 100 , 200 implies start in 100 milliseconds and re-occur every 200
milliseconds ?
Thus there is two cycles going 100 milliseconds apart causi
On Wed, Jun 29, 2011 at 1:37 PM, New Developer wrote:
> To Daniel
> I have tried pause no success
> can you let me know more what you were thinking perhaps I have implemented
> it incorrectly ??
>
> Thanks again
Sure, I was thinking following (I have not implemented this myself mind):
MediaPl
To Daniel
I have tried pause no success
can you let me know more what you were thinking perhaps I have implemented it
incorrectly ??
Thanks again
On Jun 12, 2011, at 3:52 AM, Daniel Drozdzewski wrote:
> On Saturday, June 11, 2011, New Developer wrote:
>> MediaPlayer had getFrameAt which has
On Saturday, June 11, 2011, New Developer wrote:
> MediaPlayer had getFrameAt which has been depreciated
>
> I was hoping to use this to create my own play function
> Where I could throw in a sleep or delay
> So as to control the time between frames being shown and thus create a slow
> motion p
MediaPlayer had getFrameAt which has been depreciated
I was hoping to use this to create my own play function
Where I could throw in a sleep or delay
So as to control the time between frames being shown and thus create a slow
motion play back.
Do anyone have any ideas on the replacement to get
IF this was answered I apologize
But I have not been receiving mail from the android-developers mailing list
since friday
anyhow that has been fixed.
Are there any ideas on how to implement slow motion ?
Is there a way to tap into or Override the VideoView play thread ?
Or should I use some
Anyone got an idea how to implement slow motion ? or at least slow down the
playback of a video ?
thanks in advance
On May 24, 2011, at 7:19 PM, TheBear wrote:
> I am able to play back video using the mediaplayer with the standard
> video control buttons.
>
> My question is how can I use a s
I am able to play back video using the mediaplayer with the standard
video control buttons.
My question is how can I use a slider /progress bar to act as a play
back speed.
which function would I have to override and how.
basically
while not end of movie
play next frame
sleep (value of pr
10 matches
Mail list logo