Module: VLC
- Defined in:
- lib/vlc-client.rb,
lib/vlc-client/errors.rb,
lib/vlc-client/server.rb,
lib/vlc-client/system.rb,
lib/vlc-client/version.rb,
lib/vlc-client/connection.rb,
lib/vlc-client/null_object.rb,
lib/vlc-client/client/media_controls.rb,
lib/vlc-client/client/video_controls.rb,
lib/vlc-client/client/playlist_controls.rb,
lib/vlc-client/client/connection_management.rb
Defined Under Namespace
Classes: Client, Connection, Server, System
Constant Summary collapse
- Error =
Root error class
Class.new(StandardError)
- ConnectionRefused =
Raised on connection refusal
Class.new(Error)
- NotConnectedError =
Raised on a write to a disconnected connection
Class.new(Error)
- BrokenConnectionError =
Raised on a write to a broken connection
Class.new(Error)
- ProtocolError =
Raised on communication errors
Class.new(Error)
- ReadTimeoutError =
Raised on a read timeout
Class.new(Error)
- VERSION =
'0.0.7'