Hi ,
I am trying to acess the methods SeekTo and getCurrentPosition of MediaPlayerStream using reflection library but im getting no such methods found. im using the below code.
Kindly let me know which reflection method i should use.
Regards,
SK
I am trying to acess the methods SeekTo and getCurrentPosition of MediaPlayerStream using reflection library but im getting no such methods found. im using the below code.
B4X:
r.RunPublicmethod("getCurrentPosition",Array As Object(""),Array As String("java.lang.int"))
r.RunPublicmethod("seekTo ",Array As Object(position), Array As String("java.lang.int"))
Kindly let me know which reflection method i should use.
Regards,
SK