Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

no file time position? #14

Closed
hamza87 opened this issue Feb 25, 2017 · 3 comments
Closed

no file time position? #14

hamza87 opened this issue Feb 25, 2017 · 3 comments

Comments

@hamza87
Copy link

hamza87 commented Feb 25, 2017

Hi!
I want to access the position of the file playing but I can't find any property for it. The MediaElement has a Position property in 'MediaElement.PlaybackSession.Position' publicly accessible. Is there a way to retrieve it in your custom control? thanks.

@hamza87
Copy link
Author

hamza87 commented Feb 26, 2017

also is there a way to access all the public properties of the underlying MediaElement? that way we'd have the basic stuff and the bonus elements brought by your control.

@kakone
Copy link
Owner

kakone commented Feb 27, 2017

I'm adding the Position property (but I have a strange bug, two way binding doesn't seem to work in Windows Runtime Components).

Otherwise, you are right, I think I will change the modifier of the underlying MediaPlayer property from private to public.

@kakone
Copy link
Owner

kakone commented Mar 6, 2017

The Position property was added in version 0.9.11 and the getter of the underlying MediaPlayer property is now public.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants