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... | |
A filter mode.
| + (int) bilinear |
Gets the value indicating bilinear.
This is faster than box, but produces lower quality.
| + (int) box |
Gets the value indicating box.
This is the slowest option, but produces the highest quality.
| + (FMLiveSwitchYuvFilterMode*) filterMode |
| - (instancetype) init |
| + (int) linear |
Gets the value indicating linear (horizontal only).
This is faster than bilinear, but produces lower quality.
| + (int) none |
Gets the value indicating no filter (point sample).
This is the fastest option, but produces the lowest quality.