gstreamermm
1.10.0
|
An interface for elements providing video orientation controls. More...
#include <gstreamermm/videoorientation.h>
Public Member Functions | |
VideoOrientation (VideoOrientation&& src) noexcept | |
VideoOrientation& | operator= (VideoOrientation&& src) noexcept |
~VideoOrientation () noexcept override | |
GstVideoOrientation* | gobj () |
Provides access to the underlying C GObject. More... | |
const GstVideoOrientation* | gobj () const |
Provides access to the underlying C GObject. More... | |
bool | get_hcenter (int& center) const |
Get the horizontal centering offset from the given object. More... | |
bool | get_hflip (bool& flip) const |
Get the horizontal flipping state (true for flipped) from the given object. More... | |
bool | get_vcenter (int& center) const |
Get the vertical centering offset from the given object. More... | |
bool | get_vflip (bool& flip) const |
Get the vertical flipping state (true for flipped) from the given object. More... | |
bool | set_hcenter (int center) |
Set the horizontal centering offset for the given object. More... | |
bool | set_hflip (bool flip) |
Set the horizontal flipping state (true for flipped) for the given object. More... | |
bool | set_vcenter (int center) |
Set the vertical centering offset for the given object. More... | |
bool | set_vflip (bool flip) |
Set the vertical flipping state (true for flipped) for the given object. More... | |
virtual bool | get_hflip_vfunc (bool& flip) const |
virtual bool | get_vflip_vfunc (bool& flip) const |
virtual bool | get_hcenter_vfunc (int& center) const |
virtual bool | get_vcenter_vfunc (int& center) const |
virtual bool | set_hflip_vfunc (bool flip) |
virtual bool | set_vflip_vfunc (bool flip) |
virtual bool | set_hcenter_vfunc (int center) |
virtual bool | set_vcenter_vfunc (int center) |
![]() | |
Interface () | |
Interface (Interface &&src) noexcept | |
Interface & | operator= (Interface &&src) noexcept |
Interface (const Glib::Interface_Class &interface_class) | |
Interface (GObject *castitem) | |
~Interface () noexcept override | |
Interface (const Interface &)=delete | |
Interface & | operator= (const Interface &)=delete |
GObject * | gobj () |
const GObject * | gobj () const |
![]() | |
ObjectBase (const ObjectBase &)=delete | |
ObjectBase & | operator= (const ObjectBase &)=delete |
void | set_property_value (const Glib::ustring &property_name, const Glib::ValueBase &value) |
void | get_property_value (const Glib::ustring &property_name, Glib::ValueBase &value) const |
void | set_property (const Glib::ustring &property_name, const PropertyType &value) |
void | get_property (const Glib::ustring &property_name, PropertyType &value) const |
void | connect_property_changed (const Glib::ustring &property_name, const sigc::slot< void > &slot) |
void | connect_property_changed (const Glib::ustring &property_name, sigc::slot< void > &&slot) |
sigc::connection | connect_property_changed_with_return (const Glib::ustring &property_name, const sigc::slot< void > &slot) |
sigc::connection | connect_property_changed_with_return (const Glib::ustring &property_name, sigc::slot< void > &&slot) |
void | freeze_notify () |
void | thaw_notify () |
virtual void | reference () const |
virtual void | unreference () const |
GObject * | gobj () |
const GObject * | gobj () const |
GObject * | gobj_copy () const |
![]() | |
trackable () noexcept | |
trackable (const trackable &src) noexcept | |
trackable (trackable &&src) | |
~trackable () | |
void | add_destroy_notify_callback (void *data, func_destroy_notify func) const |
void | notify_callbacks () |
trackable & | operator= (const trackable &src) |
trackable & | operator= (trackable &&src) |
void | remove_destroy_notify_callback (void *data) const |
Static Public Member Functions | |
static void | add_interface (GType gtype_implementer) |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. More... | |
Protected Member Functions | |
VideoOrientation () | |
You should derive from this class to use it. More... | |
![]() | |
ObjectBase () | |
ObjectBase (const char *custom_type_name) | |
ObjectBase (const std::type_info &custom_type_info) | |
ObjectBase (ObjectBase &&src) noexcept | |
ObjectBase & | operator= (ObjectBase &&src) noexcept |
virtual | ~ObjectBase () noexcept=0 |
void | initialize (GObject *castitem) |
void | initialize_move (GObject *castitem, Glib::ObjectBase *previous_wrapper) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gst::VideoOrientation > | wrap (GstVideoOrientation* object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
Additional Inherited Members | |
![]() | |
typedef internal::func_destroy_notify | func_destroy_notify |
An interface for elements providing video orientation controls.
The interface allows unified access to control flipping and autocenter operation of video-sources or operators.
|
protected |
You should derive from this class to use it.
|
noexcept |
|
overridenoexcept |
|
static |
bool Gst::VideoOrientation::get_hcenter | ( | int & | center | ) | const |
Get the horizontal centering offset from the given object.
center | Return location for the result. |
true
in case the element supports centering.
|
virtual |
bool Gst::VideoOrientation::get_hflip | ( | bool & | flip | ) | const |
Get the horizontal flipping state (true
for flipped) from the given object.
flip | Return location for the result. |
true
in case the element supports flipping.
|
virtual |
|
static |
Get the GType for this class, for use with the underlying GObject type system.
bool Gst::VideoOrientation::get_vcenter | ( | int & | center | ) | const |
Get the vertical centering offset from the given object.
center | Return location for the result. |
true
in case the element supports centering.
|
virtual |
bool Gst::VideoOrientation::get_vflip | ( | bool & | flip | ) | const |
Get the vertical flipping state (true
for flipped) from the given object.
flip | Return location for the result. |
true
in case the element supports flipping.
|
virtual |
|
inline |
Provides access to the underlying C GObject.
|
inline |
Provides access to the underlying C GObject.
|
noexcept |
bool Gst::VideoOrientation::set_hcenter | ( | int | center | ) |
Set the horizontal centering offset for the given object.
center | Centering offset. |
true
in case the element supports centering.
|
virtual |
bool Gst::VideoOrientation::set_hflip | ( | bool | flip | ) |
Set the horizontal flipping state (true
for flipped) for the given object.
flip | Use flipping. |
true
in case the element supports flipping.
|
virtual |
bool Gst::VideoOrientation::set_vcenter | ( | int | center | ) |
Set the vertical centering offset for the given object.
center | Centering offset. |
true
in case the element supports centering.
|
virtual |
bool Gst::VideoOrientation::set_vflip | ( | bool | flip | ) |
Set the vertical flipping state (true
for flipped) for the given object.
flip | Use flipping. |
true
in case the element supports flipping.
|
virtual |
|
related |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |