Gst.Video.ChromaResample – gstreamer-video-1.0 Reference Manual
Packages
gstreamer-video-1.0
Gst
Video
ChromaResample
ChromaResample
free
get_info
resample
ChromaResample
Object Hierarchy:
Description:
[
CCode
( has_type_id =
false
) ]
[
Compact
]
[
GIR
( name =
"VideoChromaResample"
) ]
public
class
ChromaResample
Namespace:
Gst.Video
Package:
gstreamer-video-1.0
Content:
Creation methods:
public
ChromaResample
(
ChromaMethod
method,
ChromaSite
site,
ChromaFlags
flags,
Format
format,
int
h_factor,
int
v_factor)
Create a new resampler object for the given parameters.
Methods:
public
void
free
()
Free
this
public
void
get_info
(
out
uint
n_lines,
out
int
offset)
The resampler must be fed
n_lines
at a time.
public
void
resample
(
void
* lines,
int
width)
Perform resampling of
width
chroma pixels in
lines
.