gstreamermm
1.4.3
|
The base class for audio sinks. More...
Public Member Functions | |
virtual | ~AudioBaseSink () |
GstAudioBaseSink* | gobj () |
Provides access to the underlying C GObject. More... | |
const GstAudioBaseSink* | gobj () const |
Provides access to the underlying C GObject. More... | |
GstAudioBaseSink* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More... | |
Glib::RefPtr< Gst::Clock > | get_provided_clock () |
Get the Gst::Clock of the Gst::AudioBaseSink. More... | |
Glib::RefPtr< const Gst::Clock > | get_provided_clock () const |
Glib::RefPtr < Gst::AudioRingBuffer > | create_ring_buffer () |
Create and return the Gst::AudioRingBuffer for sink. More... | |
void | set_provide_clock (bool provide) |
Controls whether sink will provide a clock or not. More... | |
bool | get_provide_clock () const |
Queries whether sink will provide a clock or not. More... | |
void | set_slave_method (Gst::AudioBaseSinkSlaveMethod method) |
Controls how clock slaving will be performed in sink. More... | |
Gst::AudioBaseSinkSlaveMethod | get_slave_method () const |
Get the current slave method used by sink. More... | |
gint64 | get_drift_tolerance () const |
Get the current drift tolerance, in microseconds, used by sink. More... | |
void | set_drift_tolerance (gint64 drift_tolerance) |
Controls the sink's drift tolerance. More... | |
Glib::PropertyProxy< guint64 > | property_alignment_threshold () |
Timestamp alignment threshold in nanoseconds. More... | |
Glib::PropertyProxy_ReadOnly < guint64 > | property_alignment_threshold () const |
Timestamp alignment threshold in nanoseconds. More... | |
Glib::PropertyProxy< gint64 > | property_buffer_time () |
Size of audio buffer in microseconds, this is the minimum latency that the sink reports. More... | |
Glib::PropertyProxy_ReadOnly < gint64 > | property_buffer_time () const |
Size of audio buffer in microseconds, this is the minimum latency that the sink reports. More... | |
Glib::PropertyProxy< bool > | property_can_activate_pull () |
Allow pull-based scheduling. More... | |
Glib::PropertyProxy_ReadOnly < bool > | property_can_activate_pull () const |
Allow pull-based scheduling. More... | |
Glib::PropertyProxy< guint64 > | property_discont_wait () |
Window of time in nanoseconds to wait before creating a discontinuity. More... | |
Glib::PropertyProxy_ReadOnly < guint64 > | property_discont_wait () const |
Window of time in nanoseconds to wait before creating a discontinuity. More... | |
Glib::PropertyProxy< gint64 > | property_drift_tolerance () |
Tolerance for clock drift in microseconds. More... | |
Glib::PropertyProxy_ReadOnly < gint64 > | property_drift_tolerance () const |
Tolerance for clock drift in microseconds. More... | |
Glib::PropertyProxy< gint64 > | property_latency_time () |
The minimum amount of data to write in each iteration in microseconds. More... | |
Glib::PropertyProxy_ReadOnly < gint64 > | property_latency_time () const |
The minimum amount of data to write in each iteration in microseconds. More... | |
Glib::PropertyProxy< bool > | property_provide_clock () |
Provide a clock to be used as the global pipeline clock. More... | |
Glib::PropertyProxy_ReadOnly < bool > | property_provide_clock () const |
Provide a clock to be used as the global pipeline clock. More... | |
Glib::PropertyProxy < Gst::AudioBaseSinkSlaveMethod > | property_slave_method () |
Algorithm to use to match the rate of the masterclock. More... | |
Glib::PropertyProxy_ReadOnly < Gst::AudioBaseSinkSlaveMethod > | property_slave_method () const |
Algorithm to use to match the rate of the masterclock. More... | |
virtual Glib::RefPtr < Gst::AudioRingBuffer > | create_ring_buffer_vfunc () |
vfunc to create and return a Gst::AudioRingBuffer to write to. More... | |
![]() | |
virtual | ~BaseSink () |
GstBaseSink* | gobj () |
Provides access to the underlying C GObject. More... | |
const GstBaseSink* | gobj () const |
Provides access to the underlying C GObject. More... | |
GstBaseSink* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More... | |
bool | query_latency (bool& live, bool& upstream_live, ClockTime& min_latency, ClockTime& max_latency) const |
Query the sink for the latency parameters. More... | |
ClockTime | get_latency () const |
Get the currently configured latency. More... | |
Gst::FlowReturn | do_preroll (const Glib::RefPtr< Gst::MiniObject >& obj) |
If the sink spawns its own thread for pulling buffers from upstream it should call this method after it has pulled a buffer. More... | |
FlowReturn | wait_preroll () |
If the Gst::BaseSinkClass.render() method performs its own synchronisation against the clock it must unblock when going from PLAYING to the PAUSED state and call this method before continuing to render the remaining data. More... | |
ClockReturn | wait_clock (ClockTime time, ClockTimeDiff& jitter) |
This function will block until time is reached. More... | |
FlowReturn | wait (ClockTime time, ClockTimeDiff& jitter) |
This function will wait for preroll to complete and will then block until time is reached. More... | |
ClockReturn | wait_clock (ClockTime time) |
This function will block until time is reached. More... | |
FlowReturn | wait (ClockTime time) |
This function will block until time is reached. More... | |
void | set_sync (bool sync) |
Configures sink to synchronize on the clock or not. More... | |
bool | get_sync () const |
Checks if sink is currently configured to synchronize against the clock. More... | |
void | set_max_lateness (gint64 max_lateness) |
Sets the new max lateness value to max_lateness. More... | |
gint64 | get_max_lateness () const |
Gets the max lateness value. More... | |
void | set_qos_enabled (bool enabled) |
Configures sink to send Quality-of-Service events upstream. More... | |
bool | is_qos_enabled () const |
Checks if sink is currently configured to send Quality-of-Service events upstream. More... | |
void | set_async_enabled (bool enabled) |
Configures sink to perform all state changes asynchronusly. More... | |
bool | is_async_enabled () const |
Checks if sink is currently configured to perform asynchronous state changes to PAUSED. More... | |
void | set_ts_offset (ClockTimeDiff offset) |
Adjust the synchronisation of sink with offset. More... | |
ClockTimeDiff | get_ts_offset () const |
Get the synchronisation offset of sink. More... | |
void | set_render_delay (ClockTime delay) |
Set the render delay in sink to delay. More... | |
ClockTime | get_render_delay () const |
Get the render delay of sink. More... | |
void | set_blocksize (guint blocksize) |
Set the number of bytes that the sink will pull when it is operating in pull mode. More... | |
guint | get_blocksize () const |
Get the number of bytes that the sink will pull when it is operating in pull mode. More... | |
guint64 | get_throttle_time () const |
Get the time that will be inserted between frames to control the maximum buffers per second. More... | |
void | set_throttle_time (guint64 throttle) |
Set the time that will be inserted between rendered buffers. More... | |
Glib::RefPtr< Gst::Pad > | get_sink_pad () |
Gets the sink Gst::Pad object of the element. More... | |
Glib::RefPtr< const Gst::Pad > | get_sink_pad () const |
Glib::PropertyProxy< bool > | property_async () |
Go asynchronously to PAUSED. More... | |
Glib::PropertyProxy_ReadOnly < bool > | property_async () const |
Go asynchronously to PAUSED. More... | |
Glib::PropertyProxy< gint64 > | property_max_lateness () |
Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited). More... | |
Glib::PropertyProxy_ReadOnly < gint64 > | property_max_lateness () const |
Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited). More... | |
Glib::PropertyProxy< bool > | property_qos () |
Generate Quality-of-Service events upstream. More... | |
Glib::PropertyProxy_ReadOnly < bool > | property_qos () const |
Generate Quality-of-Service events upstream. More... | |
Glib::PropertyProxy< bool > | property_sync () |
Sync on the clock. More... | |
Glib::PropertyProxy_ReadOnly < bool > | property_sync () const |
Sync on the clock. More... | |
Glib::PropertyProxy< gint64 > | property_ts_offset () |
Timestamp offset in nanoseconds. More... | |
Glib::PropertyProxy_ReadOnly < gint64 > | property_ts_offset () const |
Timestamp offset in nanoseconds. More... | |
Glib::PropertyProxy< guint64 > | property_render_delay () |
Additional render delay of the sink in nanoseconds. More... | |
Glib::PropertyProxy_ReadOnly < guint64 > | property_render_delay () const |
Additional render delay of the sink in nanoseconds. More... | |
Glib::PropertyProxy< guint64 > | property_throttle_time () |
The time to keep between rendered buffers (0 = disabled). More... | |
Glib::PropertyProxy_ReadOnly < guint64 > | property_throttle_time () const |
The time to keep between rendered buffers (0 = disabled). More... | |
Glib::PropertyProxy< guint > | property_blocksize () |
Size in bytes to pull per buffer (0 = default). More... | |
Glib::PropertyProxy_ReadOnly < guint > | property_blocksize () const |
Size in bytes to pull per buffer (0 = default). More... | |
virtual Glib::RefPtr< Gst::Caps > | get_caps_vfunc (Glib::RefPtr< Gst::Caps > caps) const |
Called to get sink pad caps from the subclass. More... | |
virtual bool | set_caps_vfunc (const Glib::RefPtr< Gst::Caps >& caps) |
Notify subclass of changed caps. More... | |
virtual void | get_times_vfunc (const Glib::RefPtr< Gst::Buffer >& buffer, ClockTime& start, ClockTime&end) const |
Called to get the start and end times for synchronising the passed buffer to the clock. More... | |
virtual bool | start_vfunc () |
Start processing. More... | |
virtual bool | stop_vfunc () |
Stop processing. More... | |
virtual bool | unlock_vfunc () |
Unlock any pending access to the resource. More... | |
virtual bool | event_vfunc (const Glib::RefPtr< Gst::Event >& event) |
Override this to handle events arriving on the sink pad. More... | |
virtual FlowReturn | preroll_vfunc (const Glib::RefPtr< Gst::Buffer >& buffer) |
Called to present the preroll buffer if desired. More... | |
virtual FlowReturn | render_vfunc (const Glib::RefPtr< Gst::Buffer >& buffer) |
Called when a buffer should be presented or output, at the correct moment if the Gst::BaseSink has been set to sync to the clock. More... | |
virtual bool | activate_pull_vfunc (bool active) |
Subclasses should override this when they need to perform special processing when changing to the PLAYING state asynchronously. More... | |
virtual Glib::RefPtr< Gst::Caps > | fixate_vfunc (const Glib::RefPtr< Gst::Caps >& caps) |
Only useful in pull mode, this vmethod will be called in response to Gst::Pad::fixate_caps() being called on the sink pad. More... | |
virtual bool | unlock_stop_vfunc () |
Clear the previous unlock request. More... | |
virtual FlowReturn | render_list_vfunc (const Glib::RefPtr< Gst::BufferList >& buffer_list) |
Render a BufferList. More... | |
![]() | |
virtual | ~Element () |
GstElement* | gobj () |
Provides access to the underlying C GObject. More... | |
const GstElement* | gobj () const |
Provides access to the underlying C GObject. More... | |
GstElement* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More... | |
Glib::RefPtr< Gst::Element > | link (const Glib::RefPtr< Gst::Element >& dest) |
Links this source element to the element. More... | |
bool | add_pad (const Glib::RefPtr< Gst::Pad >& pad) |
Adds a pad (link point) to element. More... | |
void | create_all_pads () |
Creates a pad for each pad template that is always available. More... | |
Glib::RefPtr< Gst::Pad > | create_compatible_pad (const Glib::RefPtr< const Gst::Pad >& pad, const Glib::RefPtr< const Gst::Caps >& caps) |
Looks for an unlinked pad to which the given pad can link. More... | |
Glib::RefPtr< Gst::PadTemplate > | get_compatible_pad_template (const Glib::RefPtr< const Gst::PadTemplate >& compattempl) |
Retrieves a pad template from element that is compatible with compattempl. More... | |
Glib::RefPtr< const Gst::PadTemplate > | get_compatible_pad_template (const Glib::RefPtr< const Gst::PadTemplate >& compattempl) const |
Retrieves a pad template from element that is compatible with compattempl. More... | |
Glib::RefPtr< Gst::Pad > | get_request_pad (const Glib::ustring& name) |
Retrieves a pad from the element by name (e.g. "src_\\%d"). More... | |
Glib::RefPtr< Gst::Pad > | request_pad (const Glib::RefPtr< Gst::PadTemplate >& templ, const Glib::ustring& name, const Glib::RefPtr< const Gst::Caps >& caps) |
Retrieves a request pad from the element according to the provided template. More... | |
Glib::RefPtr< Gst::Pad > | request_pad (const Glib::RefPtr< Gst::PadTemplate >& templ, const Glib::ustring& name) |
A request_pad() convenience overload. More... | |
Glib::RefPtr< Gst::Pad > | request_pad (const Glib::RefPtr< Gst::PadTemplate >& templ, const Glib::RefPtr< const Gst::Caps >& caps) |
A request_pad() convenience overload. More... | |
Glib::RefPtr< Gst::Pad > | request_pad (const Glib::RefPtr< Gst::PadTemplate >& templ) |
A request_pad() convenience overload. More... | |
Glib::RefPtr< Gst::Pad > | get_static_pad (const Glib::ustring& name) |
Retrieves a pad from element by name. More... | |
Glib::RefPtr< const Gst::Pad > | get_static_pad (const Glib::ustring& name) const |
Retrieves a pad from element by name. More... | |
void | no_more_pads () |
Use this function to signal that the element does not expect any more pads to show up in the current pipeline. More... | |
void | release_request_pad (const Glib::RefPtr< Gst::Pad >& pad) |
Makes the element free the previously requested pad as obtained with get_request_pad(). More... | |
bool | remove_pad (const Glib::RefPtr< Gst::Pad >& pad) |
Removes pad from element. More... | |
Gst::Iterator< Gst::Pad > | iterate_pads () |
Retrieves an iterator of element's pads. More... | |
Gst::Iterator< const Gst::Pad > | iterate_pads () const |
Retrieves an iterator of element's pads. More... | |
Gst::Iterator< Gst::Pad > | iterate_sink_pads () |
Retrieves an iterator of element's sink pads. More... | |
Gst::Iterator< const Gst::Pad > | iterate_sink_pads () const |
Retrieves an iterator of element's sink pads. More... | |
Gst::Iterator< Gst::Pad > | iterate_src_pads () |
Retrieves an iterator of element's source pads. More... | |
Gst::Iterator< const Gst::Pad > | iterate_src_pads () const |
Retrieves an iterator of element's source pads. More... | |
void | unlink (const Glib::RefPtr< Gst::Element >& dest) |
Unlinks all source pads of the source element with all sink pads of the sink element to which they are linked. More... | |
void | set_context (const Glib::RefPtr< Gst::Context >& context) |
Sets the context of the element. More... | |
bool | link_pads (const Glib::ustring& srcpadname, const Glib::RefPtr< Gst::Element >& dest, const Glib::ustring& destpadname) |
Links the two named pads of the source and destination elements. More... | |
void | unlink_pads (const Glib::ustring& srcpadname, const Glib::RefPtr< Gst::Element >& dest, const Glib::ustring& destpadname) |
Unlinks the two named pads of the source and destination elements. More... | |
bool | link_pads (const Glib::ustring& srcpadname, const Glib::RefPtr< Gst::Element >& dest, const Glib::ustring& destpadname, const Glib::RefPtr< Gst::Caps >& filter) |
Links the two named pads of the source and destination elements. More... | |
bool | link_pads (const Glib::ustring& srcpadname, const Glib::RefPtr< Gst::Element >& dest, const Glib::ustring& destpadname, PadLinkCheck flags) |
Links the two named pads of the source and destination elements. More... | |
Glib::RefPtr< Gst::Element > | link (const Glib::RefPtr< Gst::Element >& dest, const Glib::RefPtr< Gst::Caps >& filter) |
Links src to dest using the given caps as filtercaps. More... | |
void | set_base_time (ClockTime time) |
Set the base time of an element. More... | |
ClockTime | get_base_time () const |
Returns the base time of the element. More... | |
void | set_start_time (Gst::ClockTime time) |
Set the start time of an element. More... | |
Gst::ClockTime | get_start_time () const |
Returns the start time of the element. More... | |
void | set_bus (const Glib::RefPtr< Gst::Bus >& bus) |
Sets the bus of the element. More... | |
Glib::RefPtr< Gst::Bus > | get_bus () |
Returns the bus of the element. More... | |
Glib::RefPtr< const Gst::Bus > | get_bus () const |
Returns the bus of the element. More... | |
Glib::RefPtr< Gst::ElementFactory > | get_factory () |
Retrieves the factory that was used to create this element. More... | |
Glib::RefPtr< const Gst::ElementFactory > | get_factory () const |
Retrieves the factory that was used to create this element. More... | |
bool | set_clock (const Glib::RefPtr< Gst::Clock >& clock) |
Sets the clock for the element. More... | |
Glib::RefPtr< Gst::Clock > | get_clock () |
Gets the currently configured clock of the element. More... | |
Glib::RefPtr< const Gst::Clock > | get_clock () const |
Gets the currently configured clock of the element. More... | |
Glib::RefPtr< Gst::Clock > | provide_clock () |
Get the clock provided by the given element. More... | |
Glib::RefPtr< const Gst::Clock > | provide_clock () const |
Get the clock provided by the given element. More... | |
StateChangeReturn | set_state (State state) |
Sets the state of the element. More... | |
StateChangeReturn | get_state (State& state, State& pending, ClockTime timeout) const |
Gets the state of the element. More... | |
bool | set_locked_state (gboolean locked_state) |
Locks the state of an element, so state changes of the parent don't affect this element anymore. More... | |
bool | is_locked_state () const |
Checks if the state of an element is locked. More... | |
void | abort_state () |
Abort the state change of the element. More... | |
StateChangeReturn | continue_state (StateChangeReturn ret) |
Commit the state change of the element and proceed to the next pending state if any. More... | |
void | lost_state () |
Brings the element to the lost state. More... | |
bool | sync_state_with_parent () |
Tries to change the state of the element to the same as its parent. More... | |
StateChangeReturn | change_state (StateChange transition) |
Perform transition on element. More... | |
void | post_message (int code, int line, MessageType type=Gst::MESSAGE_INFO, const Glib::QueryQuark& domain=get_core_error_quark(), const Glib::ustring& text=Glib::ustring(), const Glib::ustring& debug=Glib::ustring(), const Glib::ustring& file=Glib::ustring(), const Glib::ustring& function=Glib::ustring()) |
Post an error, warning or info message on the bus from inside an element. More... | |
bool | post_message (const Glib::RefPtr< Gst::Message >& message) |
Post a message on the element's Gst::Bus. More... | |
bool | query (const Glib::RefPtr< Gst::Query >& query) const |
Performs a query on the given element. More... | |
bool | query_convert (Gst::Format src_format, gint64 src_val, Format dest_format, gint64& dest_val) const |
Queries an element to convert src_val in src_format to dest_format. More... | |
bool | query_position (Gst::Format format, gint64& cur) const |
Queries an element (usually top-level pipeline or playbin element) for the stream position in nanoseconds. More... | |
bool | query_position (Gst::Format format) const |
Queries an element for the stream position. More... | |
bool | query_duration (Gst::Format format, gint64& duration) const |
Queries an element (usually top-level pipeline or playbin element) for the total stream duration in nanoseconds. More... | |
bool | query_duration (Gst::Format format) const |
Queries an element for the total stream duration. More... | |
bool | seek (Format format, SeekFlags seek_flags, gint64 seek_pos) |
Simple API to perform a seek on the given element, meaning it just seeks to the given position relative to the start of the stream. More... | |
bool | seek (double rate, Format format, SeekFlags flags, SeekType cur_type, gint64 cur, SeekType stop_type, gint64 stop) |
Sends a seek event to an element. More... | |
bool | send_event (const Glib::RefPtr< Gst::Event >& event) |
Sends an event to an element. More... | |
Glib::SignalProxy0< void > | signal_no_more_pads () |
Glib::SignalProxy1< void, const Glib::RefPtr< Gst::Pad >& > | signal_pad_added () |
Glib::SignalProxy1< void, const Glib::RefPtr< Gst::Pad >& > | signal_pad_removed () |
virtual void | release_pad_vfunc (const Glib::RefPtr< Gst::Pad >& pad) |
Called when a request pad is to be released. More... | |
virtual Glib::RefPtr< Gst::Pad > | request_new_pad_vfunc (Glib::RefPtr< Gst::PadTemplate > templ, const Glib::ustring& name, const Glib::RefPtr< const Gst::Caps >& caps) |
Called when a new pad is requested. More... | |
virtual StateChangeReturn | get_state_vfunc (State& state, State& pending, ClockTime timeout) const |
Get the state of the element. More... | |
virtual StateChangeReturn | set_state_vfunc (State state) |
Set a new state on the element. More... | |
virtual StateChangeReturn | change_state_vfunc (StateChange transition) |
Called by set_state to perform an incremental state change. More... | |
virtual void | set_bus_vfunc (const Glib::RefPtr< Gst::Bus >& bus) |
Set a Gst::Bus on the element. More... | |
virtual Glib::RefPtr< Gst::Clock > | provide_clock_vfunc () |
Gets the Gst::Clock provided by the element. More... | |
virtual bool | set_clock_vfunc (const Glib::RefPtr< Gst::Clock >& clock) |
Set the Gst::Clock on the element. More... | |
virtual bool | send_event_vfunc (const Glib::RefPtr< Gst::Event >& event) |
Send a Gst::Event to the element. More... | |
virtual bool | query_vfunc (const Glib::RefPtr< Gst::Query >&query) const |
Perform a Gst::Query on the element. More... | |
virtual void | set_context_vfunc (const Glib::RefPtr< Gst::Context >& context) |
Set a Gst::Context on the element. More... | |
Glib::RefPtr< Gst::PadTemplate > | get_pad_template (const Glib::ustring& factory_name) const |
template<typename T > | |
Glib::RefPtr< Gst::Element > | property (const Glib::ustring& name, const T& value) |
Sets specified property. More... | |
![]() | |
virtual | ~Object () |
GstObject* | gobj () |
Provides access to the underlying C GObject. More... | |
const GstObject* | gobj () const |
Provides access to the underlying C GObject. More... | |
GstObject* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More... | |
bool | is_element () const |
bool | is_element_factory () const |
bool | is_pad () const |
bool | is_pad_template () const |
bool | is_bin () const |
guint32 | get_flags () const |
Returns the entire set of flags for the object. More... | |
bool | set_name (const Glib::ustring& name) |
Sets the name of object, or gives object a guaranteed unique name (if name is 0 ). More... | |
Glib::ustring | get_name () const |
Returns a copy of the name of object. More... | |
bool | set_parent (const Glib::RefPtr< Gst::Object >& parent) |
Sets the parent of object to parent. More... | |
Glib::RefPtr< Gst::Object > | get_parent () |
Returns the parent of object. More... | |
Glib::RefPtr< const Gst::Object > | get_parent () const |
Returns the parent of object. More... | |
void | unparent () |
Clear the parent of object, removing the associated reference. More... | |
bool | has_ancestor (const Glib::RefPtr< const Gst::Object >& ancestor) const |
Check if object has an ancestor ancestor somewhere up in the hierarchy. More... | |
Glib::ustring | get_path_string () |
Generates a string describing the path of object in the object hierarchy. More... | |
Glib::PropertyProxy < Glib::ustring > | property_name () |
The name of the object. More... | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_name () const |
The name of the object. More... | |
Glib::SignalProxy2< void, const Glib::RefPtr< Object > &, GParamSpec* > | signal_deep_notify () |
int | get_refcount () const |
Static Public Member Functions | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. More... | |
![]() | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. More... | |
![]() | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. More... | |
![]() | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. More... | |
static bool | check_uniqueness (const Glib::ListHandle< const Gst::Object >& list, const Glib::ustring& name) |
Checks to see if there is any object named name in list. More... | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gst::AudioBaseSink > | wrap (GstAudioBaseSink* object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
![]() | |
Glib::RefPtr< Gst::BaseSink > | wrap (GstBaseSink* object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
![]() | |
Glib::RefPtr< Gst::Element > | wrap (GstElement* object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
![]() | |
Glib::RefPtr< Gst::Object > | wrap (GstObject* object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
Additional Inherited Members | |
![]() | |
virtual void | on_no_more_pads () |
This is a default handler for the signal signal_no_more_pads(). More... | |
virtual void | on_pad_added (const Glib::RefPtr< Gst::Pad >& new_pad) |
This is a default handler for the signal signal_pad_added(). More... | |
virtual void | on_pad_removed (const Glib::RefPtr< Gst::Pad >& old_pad) |
This is a default handler for the signal signal_pad_removed(). More... | |
![]() | |
virtual void | on_deep_notify (const Glib::RefPtr< Object >& prop_object, GParamSpec* prop) |
This is a default handler for the signal signal_deep_notify(). More... | |
The base class for audio sinks.
This is the base class for audio sinks. Subclasses need to implement the create_ringbuffer_vfunc vmethod. This base class will then take care of writing samples to the audioringbuffer, synchronisation, clipping and flushing.
Last reviewed on 2006-09-27 (0.10.12).
|
virtual |
Glib::RefPtr<Gst::AudioRingBuffer> Gst::AudioBaseSink::create_ring_buffer | ( | ) |
Create and return the Gst::AudioRingBuffer for sink.
This function will call the ::create_ringbuffer vmethod and will set sink as the parent of the returned buffer (see Gst::Object::set_parent()).
|
virtual |
vfunc to create and return a Gst::AudioRingBuffer to write to.
gint64 Gst::AudioBaseSink::get_drift_tolerance | ( | ) | const |
Get the current drift tolerance, in microseconds, used by sink.
bool Gst::AudioBaseSink::get_provide_clock | ( | ) | const |
Queries whether sink will provide a clock or not.
See also gst_audio_base_sink_set_provide_clock.
true
if sink will provide a clock. Glib::RefPtr<Gst::Clock> Gst::AudioBaseSink::get_provided_clock | ( | ) |
Get the Gst::Clock of the Gst::AudioBaseSink.
Glib::RefPtr<const Gst::Clock> Gst::AudioBaseSink::get_provided_clock | ( | ) | const |
Gst::AudioBaseSinkSlaveMethod Gst::AudioBaseSink::get_slave_method | ( | ) | const |
Get the current slave method used by sink.
|
static |
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C GObject.
|
inline |
Provides access to the underlying C GObject.
GstAudioBaseSink* Gst::AudioBaseSink::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< guint64 > Gst::AudioBaseSink::property_alignment_threshold | ( | ) |
Timestamp alignment threshold in nanoseconds.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< guint64 > Gst::AudioBaseSink::property_alignment_threshold | ( | ) | const |
Timestamp alignment threshold in nanoseconds.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< gint64 > Gst::AudioBaseSink::property_buffer_time | ( | ) |
Size of audio buffer in microseconds, this is the minimum latency that the sink reports.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< gint64 > Gst::AudioBaseSink::property_buffer_time | ( | ) | const |
Size of audio buffer in microseconds, this is the minimum latency that the sink reports.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gst::AudioBaseSink::property_can_activate_pull | ( | ) |
Allow pull-based scheduling.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gst::AudioBaseSink::property_can_activate_pull | ( | ) | const |
Allow pull-based scheduling.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< guint64 > Gst::AudioBaseSink::property_discont_wait | ( | ) |
Window of time in nanoseconds to wait before creating a discontinuity.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< guint64 > Gst::AudioBaseSink::property_discont_wait | ( | ) | const |
Window of time in nanoseconds to wait before creating a discontinuity.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< gint64 > Gst::AudioBaseSink::property_drift_tolerance | ( | ) |
Tolerance for clock drift in microseconds.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< gint64 > Gst::AudioBaseSink::property_drift_tolerance | ( | ) | const |
Tolerance for clock drift in microseconds.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< gint64 > Gst::AudioBaseSink::property_latency_time | ( | ) |
The minimum amount of data to write in each iteration in microseconds.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< gint64 > Gst::AudioBaseSink::property_latency_time | ( | ) | const |
The minimum amount of data to write in each iteration in microseconds.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gst::AudioBaseSink::property_provide_clock | ( | ) |
Provide a clock to be used as the global pipeline clock.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gst::AudioBaseSink::property_provide_clock | ( | ) | const |
Provide a clock to be used as the global pipeline clock.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Gst::AudioBaseSinkSlaveMethod > Gst::AudioBaseSink::property_slave_method | ( | ) |
Algorithm to use to match the rate of the masterclock.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Gst::AudioBaseSinkSlaveMethod > Gst::AudioBaseSink::property_slave_method | ( | ) | const |
Algorithm to use to match the rate of the masterclock.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
void Gst::AudioBaseSink::set_drift_tolerance | ( | gint64 | drift_tolerance | ) |
Controls the sink's drift tolerance.
drift_tolerance | The new drift tolerance in microseconds. |
void Gst::AudioBaseSink::set_provide_clock | ( | bool | provide | ) |
Controls whether sink will provide a clock or not.
If provide is true
, Gst::Element::provide_clock() will return a clock that reflects the datarate of sink. If provide is false
, Gst::Element::provide_clock() will return 0
.
provide | New state. |
void Gst::AudioBaseSink::set_slave_method | ( | Gst::AudioBaseSinkSlaveMethod | method | ) |
Controls how clock slaving will be performed in sink.
method | The new slave method. |
|
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. |