AxWindowsMediaPlayer Control - DVD Chapters

J

jameschi

I'm trying to figure out how to programatically set the dvd chapter using the
AxWindowsMediaPlayer ocx control in a C# project with no avail. My goal is to
capture the in and out point of a dvd, then be able to programmatically play
back that portion of the DVD.

The problem I'm having is navigating the logical chapters in a DVD with the
control. Am I missing something? I know there is the .next() method, but I
still have not figured out a way to navigate directly to a specified chapter.
This got me started
http://msdn.microsoft.com/en-us/library/bb262802(VS.85).aspx, but I still
can't figure this part out.

Thanks!
James
 
J

jameschi

I've even tried to capture the sourceUrl property, then try to
programatically start the player with the url (i.e.
"wmpdvd://E/2?contentdir=E:\video_ts" for chapter 2) and the playback still
jumps to the beginning of the dvd?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top