class M2TSParser::MPEGTransportStream
Public Instance Methods
rest?()
click to toggle source
# File lib/m2ts_parser/mpeg_transport_stream.rb, line 91 def rest? non_proceed_get_next && non_proceed_get_next.sync_byte == 0x47 end