Module: VLC::Client::VideoControls
- Included in:
- VLC::Client
- Defined in:
- lib/vlc-client/client/video_controls.rb
Instance Method Summary collapse
-
#fullscreen ⇒ Object
Toggles fullscreen on/off.
Instance Method Details
#fullscreen ⇒ Object
Toggles fullscreen on/off
5 6 7 |
# File 'lib/vlc-client/client/video_controls.rb', line 5 def fullscreen @connection.write('fullscreen') end |