fm.liveswitch.yuv.FilterMode Class Reference

A filter mode. More...

Public Member Functions

 FilterMode ()
 

Static Public Member Functions

static int getBilinear ()
 Gets the value indicating bilinear. More...
 
static int getBox ()
 Gets the value indicating box. More...
 
static int getLinear ()
 Gets the value indicating linear (horizontal only). More...
 
static int getNone ()
 Gets the value indicating no filter (point sample). More...
 

Detailed Description

A filter mode.

Constructor & Destructor Documentation

◆ FilterMode()

fm.liveswitch.yuv.FilterMode.FilterMode ( )

Member Function Documentation

◆ getBilinear()

static int fm.liveswitch.yuv.FilterMode.getBilinear ( )
static

Gets the value indicating bilinear.

This is faster than box, but produces lower quality.

◆ getBox()

static int fm.liveswitch.yuv.FilterMode.getBox ( )
static

Gets the value indicating box.

This is the slowest option, but produces the highest quality.

◆ getLinear()

static int fm.liveswitch.yuv.FilterMode.getLinear ( )
static

Gets the value indicating linear (horizontal only).

This is faster than bilinear, but produces lower quality.

◆ getNone()

static int fm.liveswitch.yuv.FilterMode.getNone ( )
static

Gets the value indicating no filter (point sample).

This is the fastest option, but produces the lowest quality.