FMIceLinkYuvFilterMode Class Reference

Inherits from NSObject
Declared in FMIceLinkYuvFilterMode.h
FMIceLinkYuvFilterMode.m

Overview

A filter mode.

+ bilinear

Gets the value indicating bi[linear](#//api/name/linear). This is faster than [box](#//api/name/box), but produces lower quality.
+ (int)bilinear

Discussion

Gets the value indicating bi[linear](#//api/name/linear). This is faster than [box](#//api/name/box), but produces lower quality.

Declared In

FMIceLinkYuvFilterMode.h

+ box

Gets the value indicating box. This is the slowest option, but produces the highest quality.
+ (int)box

Discussion

Gets the value indicating box. This is the slowest option, but produces the highest quality.

Declared In

FMIceLinkYuvFilterMode.h

+ linear

Gets the value indicating linear (horizontal only). This is faster than [bilinear](#//api/name/bilinear), but produces lower quality.
+ (int)linear

Discussion

Gets the value indicating linear (horizontal only). This is faster than [bilinear](#//api/name/bilinear), but produces lower quality.

Declared In

FMIceLinkYuvFilterMode.h

+ none

Gets the value indicating no filter (point sample). This is the fastest option, but produces the lowest quality.
+ (int)none

Discussion

Gets the value indicating no filter (point sample). This is the fastest option, but produces the lowest quality.

Declared In

FMIceLinkYuvFilterMode.h