class Libav::Stream::Unsupported

Public Class Methods

new(p={}) click to toggle source
Calls superclass method Libav::Stream::new
# File lib/libav/stream.rb, line 480
def initialize(p={})
  super(p)
  self.discard = :all
end

Public Instance Methods

buffer=(v) click to toggle source
# File lib/libav/stream.rb, line 485
def buffer=(v)
  # nothing to be done here
end
decode_frame(packet) click to toggle source
# File lib/libav/stream.rb, line 489
def decode_frame(packet)
  return nil
end