Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (MediaTimeSpan.Seconds == 0) {
- float a = MediaPosition * (float)vlc.Media.Duration.TotalMilliseconds;
- MediaTimeSpan = new TimeSpan((long)a * 10000);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement