pa_sample_info

Stores information about sample cache entries. Please note that this structure * can be extended as part of evolutionary API updates at any time in * any new release.

Members

Variables

bytes
uint bytes;

< Length of this sample in bytes.

channel_map
pa_channel_map channel_map;

< The channel map

duration
pa_usec_t duration;

< Duration of this entry

filename
const(char)* filename;

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

index
uint index;

< Index of this entry

lazy_
int lazy_;

< Non-zero when this is a lazy cache entry.

name
const(char)* name;

< Name of this entry

proplist
pa_proplist* proplist;

< Property list for this sample. \since 0.9.11

sample_spec
pa_sample_spec sample_spec;

< Sample specification of the sample

volume
pa_cvolume volume;

< Default volume of this entry

Meta