GetPosition() 공개 메소드

public GetPosition ( ) : Task
리턴 Task
예제 #1
0
 public float GetPosition()
 {
     return(_vlcService.GetPosition().Result);
 }