Method: Rex::Proto::IAX2::Call#each_audio_frame
- Defined in:
- lib/rex/proto/iax2/call.rb
#each_audio_frame(&block) ⇒ Object
310 311 312 313 314 |
# File 'lib/rex/proto/iax2/call.rb', line 310 def each_audio_frame(&block) self.audio_buff.each do |frame| block.call(frame) end end |