Struct libpulse_binding::format::InfoInternal [] [src]

#[repr(C)]
pub struct InfoInternal { pub encoding: Encoding, pub list: *mut ProplistInternal, }

Represents the format of data provided in a stream or processed by a sink.

Fields

The encoding used for the format.

Additional encoding-specific properties such as sample rate, bitrate, etc.

Trait Implementations

Auto Trait Implementations

impl !Send for InfoInternal

impl !Sync for InfoInternal