Struct libpulse_binding::context::introspect::SampleInfo [] [src]

#[repr(C)]
pub struct SampleInfo { pub index: u32, pub name: *const c_char, pub volume: CVolume, pub sample_spec: Spec, pub channel_map: Map, pub duration: Usecs, pub bytes: u32, pub lazy: i32, pub filename: *const c_char, pub proplist: *mut ProplistInternal, }

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.

Fields

Index of this entry.

Name of this entry.

Default volume of this entry.

Sample specification of the sample.

The channel map.

Duration of this entry.

Length of this sample in bytes.

Non-zero when this is a lazy cache entry.

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

Property list for this sample.