12 13 14
# File 'lib/av_capture.rb', line 12 def as_input AVCapture::DeviceInput.new self end
Returns:
8 9 10
# File 'lib/av_capture.rb', line 8 def video? has_media_type? AVCapture::AVMediaTypeVideo end