class V4L2::FrameSize
- V4L2::FrameSize
- Reference
- Object
Defined in:
v4l2/frame_size.crConstructors
Instance Method Summary
- #format_id : UInt32
- #frame_rate(width : UInt32, height : UInt32)
- #frame_rate : FrameRate
- #height : UInt32
- #max_height : UInt32
- #max_width : UInt32
- #min_height : UInt32
- #min_width : UInt32
- #step_height : UInt32
- #step_width : UInt32
- #type : FrameSizeType
- #width : UInt32
Constructor Detail
def self.new(io : IO::FileDescriptor, format_id : UInt32, size : LibV4l2::Frmsizeenum)
#