enum Protocol::SystemInfo::SubsamplingFormat

Overview

YUV subsampling type of the pixels of a given image.

Defined in:

protocol/system_info.cr

Enum Members

Yuv420 = 0
Yuv422 = 1
Yuv444 = 2

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def yuv420? #

[View source]
def yuv422? #

[View source]
def yuv444? #

[View source]