FMIceLinkYuvFilterMode Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkYuvFilterMode.h FMIceLinkYuvFilterMode.m  | 
+ bilinear
	
Gets the value indicating bi[linear](#//api/name/linear).
This is faster than [box](#//api/name/box), but produces lower quality.
			+ (int)bilinearDiscussion
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)boxDiscussion
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)linearDiscussion
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)noneDiscussion
Gets the value indicating no filter (point sample).
This is the fastest option, but produces the lowest quality.
			Declared In
FMIceLinkYuvFilterMode.h