Module client

Module client 

Source
Expand description

A client connection to the VLC interface.

§Types

§Connection types:

  • Client - Represents a connection to VLC’s TCP interface.

§Media types:

  • Track - Represents a media track in a VLC player’s playlist.
  • Playlist - A collection of tracks.
  • Subtitle - A subtitle track associated with a media file.
  • Subtitles - A collection of subtitle tracks.

When using the library, you’d typically construct a new Client and then proceed to issue commands by using the client’s methods.

Structs§

Client
A connection to a VLC player’s TCP interface.
Subtitle
A subtitle track associated with a media file.
Track
A media track in a VLC player’s playlist.

Constants§

MAX_VOLUME
The maximum amount for a volume setting.
MIN_VOLUME
The minimum amount for a volume setting.

Type Aliases§

Playlist
A type alias for a collection of tracks.
Subtitles
A type alias for a collection of subtitles.