class ImageStream

Attributes

format[RW]
height[RW]
resolution[RW]
width[RW]

Public Instance Methods

frame_size() click to toggle source
# File lib/mediainfo-simple/streams/image.rb, line 8
def frame_size
  "#{width}x#{height}" if width && height
end