is there way set video in videoview final second of duration? or trigger oncompletionlistener code?
attention, unit of parameter in millisecond.
myvideoview.seekto(myvideoview.getduration()) if have access instance of class implement oncompletionlistener, can manually call function.
but think it's quiet bad idea; callback should never fired manually.
Comments
Post a Comment