Unit 'vlc' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#libvlc]

TCustomVLCMediaListPlayer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: vlc.pp line 370

type TCustomVLCMediaListPlayer = class(TComponent)

protected

  function CreateMediaItems; virtual;

  property Instance: Plibvlc_media_list_player_t; [r]

  property Player: TCustomVLCMediaPlayer; [rw]

  property PlayMode: TVLCPlayMode; [rw]

  property Playing: Boolean; [r]

  property State: libvlc_state_t; [r]

  property MediaItems: TVLCMediaItems; [rw]

  property VLC: TVLCLibrary; [rw]

public

  constructor Create(); override;

  destructor Destroy; override;

  procedure Play();

  procedure Pause;

  procedure Stop;

  procedure Next;

  procedure Prev;

end;

Inheritance

TCustomVLCMediaListPlayer

|

TObject


Documentation generated on: 2023-03-18