module V4L2::Stream::HasParm(PARM)

Overview

Indicates that the stream supports a certain type of V4L2::StreamParm.

Direct including types

Defined in:

v4l2/stream.cr

Instance Method Summary

Instance Method Detail

def parm : PARM #

Queries the streams capabilities.


[View source]
def parm(&block : PARM -> ) #

Queries the stream capabilities, yields it to allow modification, then sets the streams capabilities.


[View source]
def parm=(new_parm : PARM) #

Sets the streams capabilities.


[View source]