class V4L2::FrameRate

Defined in:

v4l2/frame_rate.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rate : LibV4l2::Frmivalenum) #

[View source]

Instance Method Detail

def format_id : UInt32 #

[View source]
def fps : Float64 #

[View source]
def height : UInt32 #

[View source]
def max : BigRational #

[View source]
def min : BigRational #

[View source]
def step : BigRational #

[View source]
def type : FrameIntervalType #

[View source]
def width : UInt32 #

[View source]