GstVideo.VideoResampler

Fields

Name

Type

Access

Description

in_size

int

r/w

the input size

max_taps

int

r/w

the maximum number of taps

n_phases

int

r/w

the number of phases

n_taps

int

r/w

array with new number of taps for each phase

offset

int

r/w

array with the source offset for each output element

out_size

int

r/w

the output size

phase

int

r/w

array with the phase to use for each output element

taps

float

r/w

the taps for all phases

Methods

clear ()

init (method, flags, n_phases, n_taps, shift, in_size, out_size, options)

Details

class GstVideo.VideoResampler

GstVideo.VideoResampler is a structure which holds the information required to perform various kinds of resampling filtering.

New in version 1.6.

clear()

Clear a previously initialized GstVideo.VideoResampler self.

New in version 1.6.

init(method, flags, n_phases, n_taps, shift, in_size, out_size, options)
Parameters:
Return type:

bool