when I start two player class in the same time, why it error?
Can I start two player class in the same time in j2me?
when I start two player class in the same time, why it error?
Can I start two player class in the same time in j2me?
First of all, which phone are you talking about? Not all phones support two simultaneous players...
Hartti
you cannot create two players at the same time
one player has to be stopped for the other player to resume
Hi,
You can create players prioirly,but u cannot start both simulataneously.
Thanks
Soku
N80 is a S60 3rd Edition (initial release) device and 6680 is a S60 2nd Edition, Feature Pack 2 device.
Mixing support was introduced in S60 3rd Edition. In older S60 Editions only one player was able to play at a time. With the MMAPI this is expressed by a notification that mixing is not supported. The
support can be checked from the system property supports.mixing, which returns a boolean value
true if the mixing is supported. When mixing is not supported and two players are started sequentially,
the last call for the start method will cause the first player to stop and the second to start (not in the
Series 40 platform).
I have seen in MIDP: Mobile Media API Support In Nokia Devices v2.0 that N80 supports Mixing. - Not tried myself yet!
More info : MIDP: Mobile Media API Developer's Guide v2.1
Regards
Gopal