Crate vlc_rc

Source
Expand description

A library used to interact with a VLC player’s TCP interface.

Primary type:

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

Re-exports§

pub use client::Client;

Modules§

client
A client connection to the VLC interface.

Enums§

Error
An error that can occur when working with the VLC interface.

Type Aliases§

Result
A crate-level result that may be returned when working with VLC.