[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: vlc.pp line 404
type TVLCMediaListPlayer = class(TCustomVLCMediaListPlayer) |
public |
property VLC: TVLCLibrary; |
published |
property Player: TCustomVLCMediaPlayer; |
property PlayMode: TVLCPlayMode; |
property Playing: Boolean; |
property State: libvlc_state_t; |
property MediaItems: TVLCMediaItems; |
end; |
| |
| |
TObject |