gstvideo.video_orientation_mixin
Module for VideoOrientation interface mixin
Templates 2
The interface allows unified access to control flipping and autocenter operation of video-sources or operators.
Get the horizontal centering offset from the given object.
Parameters
center | return location for the result |
Returns
Get the horizontal flipping state (true for flipped) from the given object.
Parameters
flip | return location for the result |
Returns
Get the vertical centering offset from the given object.
Parameters
center | return location for the result |
Returns
Get the vertical flipping state (true for flipped) from the given object.
Parameters
flip | return location for the result |
Returns
Set the horizontal centering offset for the given object.
Parameters
center | centering offset |
Returns
Set the horizontal flipping state (true for flipped) for the given object.
Parameters
flip | use flipping |
Returns
Set the vertical centering offset for the given object.
Parameters
center | centering offset |
Returns
Set the vertical flipping state (true for flipped) for the given object.
Parameters
flip | use flipping |
Returns
Fluent builder implementation template for gstvideo.video_orientation.VideoOrientation