lib/rtsp/session.rb in rtsp-0.4.1 vs lib/rtsp/session.rb in rtsp-0.4.2
- old
+ new
@@ -35,10 +35,10 @@
# * "Last PLAY received was successful, reply sent. Data is being sent.
# * :recording
# * "The server is recording media data."
attr_accessor :state
- # @param [RTSP::Stream]
+ # @param [RTSP::Stream] stream
def initialize(stream)
@stream = stream
@session_id = Time.now.to_ntp
@state = :init
end