pa_sample_info Struct Reference

Stores information about sample cache entries. More...


Data Fields

uint32_t index
 Index of this entry.
const char * name
 Name of this entry.
pa_cvolume volume
 Default volume of this entry.
pa_sample_spec sample_spec
 Sample specification of the sample.
pa_channel_map channel_map
 The channel map.
pa_usec_t duration
 Duration of this entry.
uint32_t bytes
 Length of this sample in bytes.
int lazy
 Non-zero when this is a lazy cache entry.
const char * filename
 In case this is a lazy cache entry, the filename for the sound file to be loaded on demand.


Detailed Description

Stores information about sample cache entries.


Field Documentation

uint32_t pa_sample_info::bytes

Length of this sample in bytes.

Since:
0.4

pa_channel_map pa_sample_info::channel_map

The channel map.

pa_usec_t pa_sample_info::duration

Duration of this entry.

const char* pa_sample_info::filename

In case this is a lazy cache entry, the filename for the sound file to be loaded on demand.

Since:
0.5

uint32_t pa_sample_info::index

Index of this entry.

int pa_sample_info::lazy

Non-zero when this is a lazy cache entry.

Since:
0.5

const char* pa_sample_info::name

Name of this entry.

pa_sample_spec pa_sample_info::sample_spec

Sample specification of the sample.

pa_cvolume pa_sample_info::volume

Default volume of this entry.


The documentation for this struct was generated from the following file:
Generated on Tue Apr 24 02:06:15 2012 for PulseAudio by  doxygen 1.4.7