Controlling VLC ActiveX using Delphi
Posted: 15 Nov 2005 17:24
Hi there!
The VLC ActiveX can now be used within Delphi (Design- & Runtime)
I figured AddTarget is used to add media to the VLC playlist.
E.g. (C#):
axVLCPlugin1.addTarget("C:\\test.avi", null, AXVLC.VLCPlaylistMode.VLCPlayListInsert, 0);
The problem is the "AXVLC.VLCPlaylistMode.VLCPlayListInsert".
This switch is called "Mode" (Type is OleEnum)
Can anyone tell me how to typecast/replace this segment of the comand so I can add stuff to my playlist?
(VLC-ActiveX-Designtime-Object does not have a "VLCPlaylistMode" in the object's functions/methods/variables list)
Thank you so much!!
-Jessi
The VLC ActiveX can now be used within Delphi (Design- & Runtime)
I figured AddTarget is used to add media to the VLC playlist.
E.g. (C#):
axVLCPlugin1.addTarget("C:\\test.avi", null, AXVLC.VLCPlaylistMode.VLCPlayListInsert, 0);
The problem is the "AXVLC.VLCPlaylistMode.VLCPlayListInsert".
This switch is called "Mode" (Type is OleEnum)
Can anyone tell me how to typecast/replace this segment of the comand so I can add stuff to my playlist?
(VLC-ActiveX-Designtime-Object does not have a "VLCPlaylistMode" in the object's functions/methods/variables list)
Thank you so much!!
-Jessi