gstreamermm 0.10.10.1
|
A Wrapper for the theoraenc plugin. More...
Public Member Functions | |
virtual | ~TheoraEnc () |
GstTheoraEnc* | gobj () |
Provides access to the underlying C GObject. | |
const GstTheoraEnc* | gobj () const |
Provides access to the underlying C GObject. | |
GstTheoraEnc* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::PropertyProxy< bool > | property_center () |
ignored and kept for API compat only. | |
Glib::PropertyProxy_ReadOnly < bool > | property_center () const |
ignored and kept for API compat only. | |
Glib::PropertyProxy < Gst::TheoraEncBorderMode > | property_border () |
ignored and kept for API compat only. | |
Glib::PropertyProxy_ReadOnly < Gst::TheoraEncBorderMode > | property_border () const |
ignored and kept for API compat only. | |
Glib::PropertyProxy< int > | property_bitrate () |
Compressed video bitrate (kbps). | |
Glib::PropertyProxy_ReadOnly< int > | property_bitrate () const |
Compressed video bitrate (kbps). | |
Glib::PropertyProxy< int > | property_quality () |
Video quality. | |
Glib::PropertyProxy_ReadOnly< int > | property_quality () const |
Video quality. | |
Glib::PropertyProxy< bool > | property_quick () |
ignored and kept for API compat only. | |
Glib::PropertyProxy_ReadOnly < bool > | property_quick () const |
ignored and kept for API compat only. | |
Glib::PropertyProxy< bool > | property_keyframe_auto () |
Automatic keyframe detection. | |
Glib::PropertyProxy_ReadOnly < bool > | property_keyframe_auto () const |
Automatic keyframe detection. | |
Glib::PropertyProxy< int > | property_keyframe_freq () |
Keyframe frequency. | |
Glib::PropertyProxy_ReadOnly< int > | property_keyframe_freq () const |
Keyframe frequency. | |
Glib::PropertyProxy< int > | property_keyframe_force () |
Force keyframe every N frames. | |
Glib::PropertyProxy_ReadOnly< int > | property_keyframe_force () const |
Force keyframe every N frames. | |
Glib::PropertyProxy< int > | property_keyframe_threshold () |
ignored and kept for API compat only. | |
Glib::PropertyProxy_ReadOnly< int > | property_keyframe_threshold () const |
ignored and kept for API compat only. | |
Glib::PropertyProxy< int > | property_keyframe_mindistance () |
ignored and kept for API compat only. | |
Glib::PropertyProxy_ReadOnly< int > | property_keyframe_mindistance () const |
ignored and kept for API compat only. | |
Glib::PropertyProxy< int > | property_noise_sensitivity () |
ignored and kept for API compat only. | |
Glib::PropertyProxy_ReadOnly< int > | property_noise_sensitivity () const |
ignored and kept for API compat only. | |
Glib::PropertyProxy< int > | property_sharpness () |
ignored and kept for API compat only. | |
Glib::PropertyProxy_ReadOnly< int > | property_sharpness () const |
ignored and kept for API compat only. | |
Glib::PropertyProxy< int > | property_speed_level () |
Controls the amount of analysis performed when encoding. | |
Glib::PropertyProxy_ReadOnly< int > | property_speed_level () const |
Controls the amount of analysis performed when encoding. | |
Glib::PropertyProxy< bool > | property_vp3_compatible () |
Disables non-VP3 compatible features. | |
Glib::PropertyProxy_ReadOnly < bool > | property_vp3_compatible () const |
Disables non-VP3 compatible features. | |
Glib::PropertyProxy< bool > | property_drop_frames () |
Allow or disallow frame dropping. | |
Glib::PropertyProxy_ReadOnly < bool > | property_drop_frames () const |
Allow or disallow frame dropping. | |
Glib::PropertyProxy< bool > | property_cap_overflow () |
Enable capping of bit reservoir overflows. | |
Glib::PropertyProxy_ReadOnly < bool > | property_cap_overflow () const |
Enable capping of bit reservoir overflows. | |
Glib::PropertyProxy< bool > | property_cap_underflow () |
Enable capping of bit reservoir underflows. | |
Glib::PropertyProxy_ReadOnly < bool > | property_cap_underflow () const |
Enable capping of bit reservoir underflows. | |
Glib::PropertyProxy< int > | property_rate_buffer () |
Sets the size of the rate control buffer, in units of frames. | |
Glib::PropertyProxy_ReadOnly< int > | property_rate_buffer () const |
Sets the size of the rate control buffer, in units of frames. | |
Glib::PropertyProxy < Glib::ustring > | property_multipass_cache_file () |
Multipass cache file. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_multipass_cache_file () const |
Multipass cache file. | |
Glib::PropertyProxy < Gst::TheoraEncMultipassMode > | property_multipass_mode () |
Single pass or first/second pass. | |
Glib::PropertyProxy_ReadOnly < Gst::TheoraEncMultipassMode > | property_multipass_mode () const |
Single pass or first/second pass. | |
Glib::PropertyProxy< bool > | property_dup_on_gap () |
Allow codec to handle frames with GAP flag as duplicates of previous frame. | |
Glib::PropertyProxy_ReadOnly < bool > | property_dup_on_gap () const |
Allow codec to handle frames with GAP flag as duplicates of previous frame. | |
Static Public Member Functions | |
static Glib::RefPtr< TheoraEnc > | create () |
Creates a new theoraenc plugin with a unique name. | |
static Glib::RefPtr< TheoraEnc > | create (const Glib::ustring& name) |
Creates a new theoraenc plugin with the given name. | |
Protected Member Functions | |
TheoraEnc () | |
TheoraEnc (const Glib::ustring& name) | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gst::TheoraEnc > | wrap (GstTheoraEnc* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
A Wrapper for the theoraenc plugin.
Please note that, though using the underlying GObject is fine, using its C type is not guaranteed to be API stable across releases because it is not guaranteed to always remain the same. Also, not all plug-ins are available on all systems so care must be taken that they exist before they are used, otherwise there will be errors and possibly a crash.
virtual Gst::TheoraEnc::~TheoraEnc | ( | ) | [virtual] |
Gst::TheoraEnc::TheoraEnc | ( | ) | [protected] |
Gst::TheoraEnc::TheoraEnc | ( | const Glib::ustring & | name | ) | [explicit, protected] |
static Glib::RefPtr<TheoraEnc> Gst::TheoraEnc::create | ( | ) | [static] |
Creates a new theoraenc plugin with a unique name.
static Glib::RefPtr<TheoraEnc> Gst::TheoraEnc::create | ( | const Glib::ustring & | name | ) | [static] |
Creates a new theoraenc plugin with the given name.
const GstTheoraEnc* Gst::TheoraEnc::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Gst::Element.
GstTheoraEnc* Gst::TheoraEnc::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented from Gst::Element.
GstTheoraEnc* Gst::TheoraEnc::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented from Gst::Element.
Glib::PropertyProxy< int > Gst::TheoraEnc::property_bitrate | ( | ) |
Compressed video bitrate (kbps).
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gst::TheoraEnc::property_bitrate | ( | ) | const |
Compressed video bitrate (kbps).
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Gst::TheoraEncBorderMode > Gst::TheoraEnc::property_border | ( | ) |
ignored and kept for API compat only.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Gst::TheoraEncBorderMode > Gst::TheoraEnc::property_border | ( | ) | const |
ignored and kept for API compat only.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gst::TheoraEnc::property_cap_overflow | ( | ) |
Enable capping of bit reservoir overflows.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gst::TheoraEnc::property_cap_overflow | ( | ) | const |
Enable capping of bit reservoir overflows.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gst::TheoraEnc::property_cap_underflow | ( | ) |
Enable capping of bit reservoir underflows.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gst::TheoraEnc::property_cap_underflow | ( | ) | const |
Enable capping of bit reservoir underflows.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gst::TheoraEnc::property_center | ( | ) |
ignored and kept for API compat only.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gst::TheoraEnc::property_center | ( | ) | const |
ignored and kept for API compat only.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gst::TheoraEnc::property_drop_frames | ( | ) |
Allow or disallow frame dropping.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gst::TheoraEnc::property_drop_frames | ( | ) | const |
Allow or disallow frame dropping.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gst::TheoraEnc::property_dup_on_gap | ( | ) | const |
Allow codec to handle frames with GAP flag as duplicates of previous frame.
This is good to work with variable frame rate stabilized by videorate element. It will add variable latency with maximal size of keyframe distance, this way it is a bad idea to use with live streams.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gst::TheoraEnc::property_dup_on_gap | ( | ) |
Allow codec to handle frames with GAP flag as duplicates of previous frame.
This is good to work with variable frame rate stabilized by videorate element. It will add variable latency with maximal size of keyframe distance, this way it is a bad idea to use with live streams.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gst::TheoraEnc::property_keyframe_auto | ( | ) |
Automatic keyframe detection.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gst::TheoraEnc::property_keyframe_auto | ( | ) | const |
Automatic keyframe detection.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gst::TheoraEnc::property_keyframe_force | ( | ) |
Force keyframe every N frames.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gst::TheoraEnc::property_keyframe_force | ( | ) | const |
Force keyframe every N frames.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gst::TheoraEnc::property_keyframe_freq | ( | ) |
Keyframe frequency.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gst::TheoraEnc::property_keyframe_freq | ( | ) | const |
Keyframe frequency.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gst::TheoraEnc::property_keyframe_mindistance | ( | ) |
ignored and kept for API compat only.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gst::TheoraEnc::property_keyframe_mindistance | ( | ) | const |
ignored and kept for API compat only.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gst::TheoraEnc::property_keyframe_threshold | ( | ) | const |
ignored and kept for API compat only.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gst::TheoraEnc::property_keyframe_threshold | ( | ) |
ignored and kept for API compat only.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gst::TheoraEnc::property_multipass_cache_file | ( | ) |
Multipass cache file.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gst::TheoraEnc::property_multipass_cache_file | ( | ) | const |
Multipass cache file.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Gst::TheoraEncMultipassMode > Gst::TheoraEnc::property_multipass_mode | ( | ) | const |
Single pass or first/second pass.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Gst::TheoraEncMultipassMode > Gst::TheoraEnc::property_multipass_mode | ( | ) |
Single pass or first/second pass.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gst::TheoraEnc::property_noise_sensitivity | ( | ) | const |
ignored and kept for API compat only.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gst::TheoraEnc::property_noise_sensitivity | ( | ) |
ignored and kept for API compat only.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gst::TheoraEnc::property_quality | ( | ) | const |
Video quality.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gst::TheoraEnc::property_quality | ( | ) |
Video quality.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gst::TheoraEnc::property_quick | ( | ) | const |
ignored and kept for API compat only.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gst::TheoraEnc::property_quick | ( | ) |
ignored and kept for API compat only.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gst::TheoraEnc::property_rate_buffer | ( | ) | const |
Sets the size of the rate control buffer, in units of frames.
The default value of 0 instructs the encoder to automatically select an appropriate value.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gst::TheoraEnc::property_rate_buffer | ( | ) |
Sets the size of the rate control buffer, in units of frames.
The default value of 0 instructs the encoder to automatically select an appropriate value.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gst::TheoraEnc::property_sharpness | ( | ) |
ignored and kept for API compat only.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gst::TheoraEnc::property_sharpness | ( | ) | const |
ignored and kept for API compat only.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gst::TheoraEnc::property_speed_level | ( | ) | const |
Controls the amount of analysis performed when encoding.
Higher values trade compression quality for speed. This property requires libtheora version >= 1.0, and the maximum value may vary based on encoder version.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gst::TheoraEnc::property_speed_level | ( | ) |
Controls the amount of analysis performed when encoding.
Higher values trade compression quality for speed. This property requires libtheora version >= 1.0, and the maximum value may vary based on encoder version.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gst::TheoraEnc::property_vp3_compatible | ( | ) | const |
Disables non-VP3 compatible features.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gst::TheoraEnc::property_vp3_compatible | ( | ) |
Disables non-VP3 compatible features.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::RefPtr< Gst::TheoraEnc > wrap | ( | GstTheoraEnc * | object, |
bool | take_copy = false |
||
) | [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. |