Is there any way to make the end of a audio track fade into the beginning of the next track? (like track1's volume decreases while track2's volume increases..)
Hello! I need DAAP functionality in VLC. Since the lib is not included in the standard build I'm now trying to compile VLC myself. After setting up CYGWIN (I had to fetch far more packages as described in INSTALL.W32 to complete the ./configure - like CVS and automake) After ./configure is finnished...
Here is the answer: // Constants for enum VLCPlaylistMode type VLCPlaylistMode = TOleEnum; const VLCPlayListInsert = $00000001; VLCPlayListReplace = $00000002; VLCPlayListAppend = $00000004; VLCPlayListGo = $00000008; VLCPlayListCheckInsert = $00000010; var ovOptions: OleVariant; // From VB example ...
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....