Struct libpulse_binding::context::introspect::CardPortInfo [−][src]
pub struct CardPortInfo<'a> {
pub name: Option<Cow<'a, str>>,
pub description: Option<Cow<'a, str>>,
pub priority: u32,
pub available: PortAvailable,
pub direction: FlagSet,
pub proplist: Proplist,
pub latency_offset: i64,
pub profiles: Vec<CardProfileInfo2<'a>>,
}Stores information about a specific port of a card.
Please note that this structure can be extended as part of evolutionary API updates at any time in any new release.
Fields
name: Option<Cow<'a, str>>
Name of this port.
description: Option<Cow<'a, str>>
Description of this port.
priority: u32
The higher this value is, the more useful this port is as a default.
available: PortAvailable
Availability status of this port.
direction: FlagSet
The direction of this port.
proplist: Proplist
Property list.
latency_offset: i64
Latency offset of the port that gets added to the sink/source latency when the port is active.
profiles: Vec<CardProfileInfo2<'a>>
Set of available profiles.
Trait Implementations
impl<'a> Debug for CardPortInfo<'a>[src]
impl<'a> Debug for CardPortInfo<'a>Auto Trait Implementations
impl<'a> !Send for CardPortInfo<'a>
impl<'a> !Send for CardPortInfo<'a>impl<'a> !Sync for CardPortInfo<'a>
impl<'a> !Sync for CardPortInfo<'a>