Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gstreamer::clock(3pm) [debian man page]

GStreamer::Clock(3pm)					User Contributed Perl Documentation				     GStreamer::Clock(3pm)

NAME
GStreamer::Clock - Abstract class for global clocks HIERARCHY
Glib::Object +----GStreamer::Object +----GStreamer::Clock METHODS
clockid = $clock->new_periodic_id ($start_time, $interval) o $start_time (unsigned integer) o $interval (unsigned integer) clockid = $clock->new_single_shot_id ($time) o $time (unsigned integer) list = $clock->add_observation ($slave, $master) o $slave (unsigned integer) o $master (unsigned integer) unsigned integer = $clock->adjust_unlocked ($internal) o $internal (unsigned integer) (internal, external, rate_num, rate_denom) = $clock->get_calibration $clock->set_calibration ($internal, $external, $rate_num, $rate_denom) o $internal (unsigned integer) o $external (unsigned integer) o $rate_num (unsigned integer) o $rate_denom (unsigned integer) unsigned integer = $clock->get_internal_time clock or undef = $clock->get_master boolean = $clock->set_master ($master) o $master (GStreamer::Clock) 64 bit unsigned = $clock->get_resolution 64 bit unsigned = $clock->set_resolution ($resolution) o $resolution (64 bit unsigned) unsigned integer = $clock->get_time PROPERTIES
'stats' (boolean : default false : readable / writable / private) Enable clock stats (unimplemented) 'timeout' (Glib::UInt64 : default 100000000 : readable / writable / private) The amount of time, in nanoseconds, to sample master and slave clocks 'window-size' (integer : default 32 : readable / writable / private) The size of the window used to calculate rate and offset 'window-threshold' (integer : default 4 : readable / writable / private) The threshold to start calculating rate and offset SEE ALSO
GStreamer, Glib::Object, GStreamer::Object COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice. perl v5.14.2 2012-03-01 GStreamer::Clock(3pm)

Check Out this Related Man Page

GStreamer::Object(3pm)					User Contributed Perl Documentation				    GStreamer::Object(3pm)

NAME
GStreamer::Object - Base class for the GStreamer object hierarchy HIERARCHY
Glib::Object +----GStreamer::Object METHODS
boolean = $object->has_ancestor ($ancestor) o $ancestor (GStreamer::Object) string or undef = $object->get_name string or undef = $object->get_name_prefix $object->set_name_prefix ($name_prefix) o $name_prefix (string or undef) $object->set_name ($name) o $name (string or undef) object or undef = $object->get_parent $object->set_parent ($parent) o $parent (GStreamer::Object) string = $object->get_path_string $object->unparent PROPERTIES
'name' (string : default undef : readable / writable / construct / private) The name of the object SIGNALS
parent-set (GStreamer::Object, GStreamer::Object) parent-unset (GStreamer::Object, GStreamer::Object) object-saved (GStreamer::Object, gpointer) deep-notify (GStreamer::Object, GStreamer::Object, Glib::ParamSpec) SEE ALSO
GStreamer, Glib::Object COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice. perl v5.14.2 2012-03-01 GStreamer::Object(3pm)
Man Page

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Rotating a String

Hi folks, I want to rotate a string in Clock or Ani Clock wise. That is If the string is "TAMIL" the out put should be TAMIL AMILT MILTA ILTAM LTAMI TAMIL Please do help. (1 Reply)
Discussion started by: bubeshj
1 Replies

2. Red Hat

how to reset the hardware clock

Hi all Hi could anyone tell me how i can set the Hardware Clock to the System Time, and set the System Time from the Hardware Clock. i am using RHEL 4.0. Thanks in advance. (1 Reply)
Discussion started by: daya.pandit
1 Replies

3. Shell Programming and Scripting

Sync Solaris System Clock With PDC Using Cron

Hi, I currently use the ntpdate and date command to sync the internal clock source of my Solaris systems to the primary domain controller. admin@myserver # ntpdate -d -u 192.168.???.??? 14 Jan 17:42:02 ntpdate: ntpdate 3-5.93e+sun 03/06/05 23:16:45 (1.4) transmit(192.168.???.???)... (2 Replies)
Discussion started by: jamba1
2 Replies

4. UNIX for Dummies Questions & Answers

Showing Clock

Is it possible to display the clock (timing) on the screen all the time. (3 Replies)
Discussion started by: vino.paal
3 Replies

5. Programming

PHP Travel Clock based on Mysql Date time

I have date time records in a PHP mysql table, I need a PHP travel clock which obviously counts down, I mean acts like a travel clock, but the clock time should be the date time field value down by the second, based on the full date time, from day to seconds It is not just one record, I... (1 Reply)
Discussion started by: AimyThomas
1 Replies

6. Programming

Simple Chess Clock

I am trying to implement a simple chess clock. It should have the following options: start, stop, reset, read. Reset will set the time to zero Start will start the clock Stop will stop the clock My problem is that I want that start continues counting the time from the time it had when it... (6 Replies)
Discussion started by: kristinu
6 Replies

7. AIX

GPS Clock Not Synchronised

Hi guys, I got some error on my application server mentioning that gps clock not sync to my db server. what is the command to check is my server is sync with the gps clock? appreciate if you guys can let me know how to troubleshoot this problem. Thanks (1 Reply)
Discussion started by: leecopper
1 Replies