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

TVLCLibrary

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

Declaration

Source position: vlc.pp line 28

type TVLCLibrary = class(TComponent)

protected

  function GetInstance; virtual;

  property Instance: Plibvlc_instance_t; [r]

public

  constructor Create(); override;

  destructor Destroy; override;

  procedure Initialize;

  procedure Release;

  property LastError: string; [r]

  property Version: string; [r]

  property Compiler: string; [r]

  property ChangeSer: string; [r]

  property LibraryPath: string; [rw]

  property LibraryArgs: TStrings; [rw]

  property Initialized: Boolean; [r]

end;

Inheritance

TVLCLibrary

|

TObject


Documentation generated on: 2023-03-18