Re: [android-developers] Slow motion video

2011-06-30 Thread Daniel Drozdzewski
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

Re: [android-developers] Slow motion video

2011-06-29 Thread New Developer
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) {

Re: [android-developers] Slow motion video

2011-06-29 Thread New Developer
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

Re: [android-developers] Slow motion video

2011-06-29 Thread Daniel Drozdzewski
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

Re: [android-developers] Slow motion video

2011-06-29 Thread New Developer
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

Re: [android-developers] Slow motion video

2011-06-12 Thread Daniel Drozdzewski
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

Re: [android-developers] Slow motion video

2011-06-11 Thread New Developer
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

Re: [android-developers] Slow motion video

2011-05-30 Thread New Developer
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

Re: [android-developers] Slow motion video

2011-05-27 Thread New Developer
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

[android-developers] Slow motion video

2011-05-24 Thread TheBear
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