Jump to content

Access Timeslider via COM


Micha Schumann

Recommended Posts

I would be very grateful if the COM interface would be extended to allow access to the media replay: My desired functions would be:

 

IMediaPlay (or so) with its members:

 

getMaxLength():TTime; // get length of current media playing

getCurrentPosition():TTime; // get current position

setCurrentPosition(t:TTime): // set a new position anywhere between 0 and getMaxLength()

advanceBy(value:integer); // advance value seconds fwd or back (negative value). It would be great if playing would continue when advanced

 

Since I really miss that feature I would throw quite some change into the developers thank-you-box if the feature could be added in the near future.

 

best regards,

 

michael

Link to comment
I would be very grateful if the COM interface would be extended to allow access to the media replay: My desired functions would be:

 

IMediaPlay (or so) with its members:

 

getMaxLength():TTime; // get length of current media playing

getCurrentPosition():TTime; // get current position

setCurrentPosition(t:TTime): // set a new position anywhere between 0 and getMaxLength()

advanceBy(value:integer); // advance value seconds fwd or back (negative value). It would be great if playing would continue when advanced

 

Since I really miss that feature I would throw quite some change into the developers thank-you-box if the feature could be added in the near future.

 

best regards,

 

michael

 

Some (all?) of these values are available through the datamanager. At least length of current media, current position. Use DVBVSpy to explore the datamanager values.

 

The advance functionality is implemented as a command action (fast forward). But this does not allow to advance by a specified time.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...