Skip to content

Consider exposing additional mediaplayer APIs using TimeSpan

Problem to solve

Better integration with the .NET ecosystem (for convenience).

Intended users

anyone

Proposal

watched https://www.youtube.com/watch?v=LrHtotEyj_M and saw

void SeekTo(TimeSpan seconds)
{
   mp.Time = (long)seconds.TotalMilliseconds;
}

Documentation

Sure.

Just an idea.

Edited by Martin Finkel
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information