I want to know that how mediaelement position is set to zero in c++.
mymedia.Position = TimeSpan.Zero;
mymedia.Play();
but i want to do that in c++. Since there is different TimeSpan class in c++ therefore it doesn't provide me the exact thing. Please help. Thanx!