VideoConverter

Members

Functions

frame
void frame(gstvideo.video_frame.VideoFrame src, gstvideo.video_frame.VideoFrame dest)

Convert the pixels of src into dest using convert.

frameFinish
void frameFinish()

Wait for a previous async conversion performed using gstvideo.video_converter.VideoConverter.frame to complete.

getConfig
gst.structure.Structure getConfig()

Get the current configuration of convert.

getInInfo
gstvideo.video_info.VideoInfo getInInfo()

Retrieve the input format of convert.

getOutInfo
gstvideo.video_info.VideoInfo getOutInfo()

Retrieve the output format of convert.

setConfig
bool setConfig(gst.structure.Structure config)

Set config as extra configuration for convert.