Playlist
method
Delphi
function Playlist (PlaylistAction: TPlaylist; VideoClip: string): Boolean;
C++Builder
bool __fastcall Playlist(TPlaylist PlaylistAction, System::UnicodeString VideoClip);
C#
public bool Playlist(TPlaylist PlaylistAction, string VideoClip);
VB.NET
Public Function Playlist(PlaylistAction As TPlaylist, VideoClip As String) As Boolean
C++/Qt
BOOL Playlist (TPlaylist PlaylistAction, wchar_t *VideoClip);
Used for building and playing playlists in the player. The PlaylistAction parameter specifies the action. The VideoClip parameter specifies the video clip on which the action is applied. See the "Using the playlist" chapter in the Player section of the user guide.