LomoStats

LomoStats — LomoPlayer stats

Synopsis

                    LomoStats;
                    LomoStatsClass;
LomoPlayer *        lomo_stats_get_player               (LomoStats *self);
gint64              lomo_stats_get_time_played          (LomoStats *self);
LomoStats *         lomo_stats_new                      (LomoPlayer *player);

Object Hierarchy

  GObject
   +----LomoStats

Properties

  "player"                   LomoPlayer*           : Read / Write / Construct Only

Description

LomoStat provides some statistics from LomoPlayer

Details

LomoStats

typedef struct _LomoStats LomoStats;

LomoStatsClass

typedef struct {
} LomoStatsClass;

lomo_stats_get_player ()

LomoPlayer *        lomo_stats_get_player               (LomoStats *self);

Gets the LomoPlayer associated with self

self :

A LomoStats

Returns :

The LomoPlayer. [transfer none]

lomo_stats_get_time_played ()

gint64              lomo_stats_get_time_played          (LomoStats *self);

Gets how many time current stream has been played

self :

A LomoStats

Returns :

Time in microseconds

lomo_stats_new ()

LomoStats *         lomo_stats_new                      (LomoPlayer *player);

Property Details

The "player" property

  "player"                   LomoPlayer*           : Read / Write / Construct Only

player.

See Also

LomoPlayer