GstVideo.VideoResampler¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
in_size |
r/w |
the input size |
|
max_taps |
r/w |
the maximum number of taps |
|
n_phases |
r/w |
the number of phases |
|
n_taps |
r/w |
array with new number of taps for each phase |
|
offset |
r/w |
array with the source offset for each output element |
|
out_size |
r/w |
the output size |
|
phase |
r/w |
array with the phase to use for each output element |
|
taps |
r/w |
the taps for all phases |
Methods¶
|
|
|
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()[source]¶
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)[source]¶
- Parameters:
method (
GstVideo.VideoResamplerMethod
) –flags (
GstVideo.VideoResamplerFlags
) –n_phases (
int
) –n_taps (
int
) –shift (
float
) –in_size (
int
) –out_size (
int
) –options (
Gst.Structure
) –
- Return type: