Just like you would extend any other class ..
class MyMediaRecorder extends android.media.MediaRecorder {
public start()
{
...
}
}
Also - your probably looking for the android-developers list rather than the
android-discuss list...
Thanks,
Kiall
On Tue, Aug 10, 2010 at 5:34 PM, Cloudyblood <[email protected]> wrote:
> I tried to create an application to streaming video while recording on
> the Internet.
> But I can only save a file , can't streaming.
>
> I think I have to override start() method in MediaRecorder but I
> don't know where to begin.
>
> Please give me a suggestion.
>
> Thank you.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Discuss" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<android-discuss%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/android-discuss?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Android Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/android-discuss?hl=en.