c# - Windows Phone 8.1 Media Element set position from totalmilliseconds -
i trying set position of media element pragmatically position setting 0:0:0 autoplay property disable when i
media_final_outside.stop();//stoping earlier set source media_final_outside.autoplay = false; media_final_outside.setsource(streamdeacceleration_outside2, filedeacceleration_outside2.contenttype); media_final_outside.position = new timespan(0,0,0,0,((int)(math.ceiling(temp))));
neither
media_final_outside.position = new timespan.frommilliseconds(temp);
is setting position. if type media_final_outside.play();
still wont play if position on zero. how can set source of autoplay media using c# , play starting position other 0:0:0
i had solve same problem media element on windows 8.1 should work same way on phone.
subscribe opened event , set position when fired.
Comments
Post a Comment