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
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