summaryrefslogtreecommitdiffstats
path: root/flow/gsl/gsldatahandle-lbuffer.c
blob: 99538bf7c69b3ac8761e1cc6dae556cec5463cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11


typedef struct {
  GslDataHandle dhandle;

  GslLong pcm_pos;
  guint	  pcm_length;
  guint   pcm_size;
} LBufferHandle;

/* ring buffer, caching the last n values read */