ResamplerMethod
Description:
[ CCode ( cprefix = "GST_VIDEO_RESAMPLER_METHOD_" , type_id = "gst_video_resampler_method_get_type ()" ) ]
[ GIR ( name = "VideoResamplerMethod" ) ]
[ Version ( since = "1.6" ) ]
public enum ResamplerMethod
Different subsampling and upsampling methods
Content:
Enum values:
- CUBIC - Uses cubic interpolation
- LANCZOS - Uses lanczos
interpolation
- LINEAR - Uses linear interpolation
to reconstruct missing samples and averaging to downsample
- NEAREST - Duplicates the samples
when upsampling and drops when downsampling
- SINC - Uses sinc interpolation