FMLiveSwitchYuvFilterMode Class Reference

A filter mode. More...

Instance Methods

(instancetype) - init
 

Class Methods

(int) + bilinear
 Gets the value indicating bilinear. More...
 
(int) + box
 Gets the value indicating box. More...
 
(FMLiveSwitchYuvFilterMode *) + filterMode
 
(int) + linear
 Gets the value indicating linear (horizontal only). More...
 
(int) + none
 Gets the value indicating no filter (point sample). More...
 

Detailed Description

A filter mode.

Method Documentation

◆ bilinear

+ (int) bilinear

Gets the value indicating bilinear.

This is faster than box, but produces lower quality.

◆ box

+ (int) box

Gets the value indicating box.

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

◆ filterMode

+ (FMLiveSwitchYuvFilterMode*) filterMode

◆ init

- (instancetype) init

◆ linear

+ (int) linear

Gets the value indicating linear (horizontal only).

This is faster than bilinear, but produces lower quality.

◆ none

+ (int) none

Gets the value indicating no filter (point sample).

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