Class: AsciinemaWin::RawPlayer

Inherits:
Player
  • Object
show all
Defined in:
lib/asciinema_win/player.rb

Overview

Simple output mode - outputs recording to stdout without timing Used by the ‘cat` command for piping to other tools

Instance Attribute Summary

Attributes inherited from Player

#idle_time_limit, #max_idle_time, #pause_on_markers, #position, #speed, #state

Instance Method Summary collapse

Methods inherited from Player

#info, #pause, #play, #play_stream, #resume, #set_speed, #stop

Constructor Details

#initializeRawPlayer

Returns a new instance of RawPlayer.



330
331
332
# File 'lib/asciinema_win/player.rb', line 330

def initialize
  super(speed: Float::INFINITY)
end