~ubuntu-branches/ubuntu/vivid/linphone/vivid

« back to all changes in this revision

Viewing changes to mediastreamer2/include/mediastreamer2/msticker.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-10-14 08:26:02 UTC
  • mfrom: (1.3.1 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091014082602-751618nxdjooja3l
Tags: 3.2.1-1
New upstream release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
void ms_ticker_destroy(MSTicker *ticker);
126
126
 
127
127
/**
128
 
 * Destroy a ticker.
 
128
 * Override MSTicker's time function.
 
129
 * This can be used to control the ticker from an external time provider, for example the 
 
130
 * clock of a sound card.
129
131
 *
130
132
 * @param ticker  A #MSTicker object.
131
133
 * @param func    A replacement method for calculating "current time"