[−][src]Struct alto::OutputDevice
A regular output device. This is typically a device as reported by the operating system.
Methods
impl OutputDevice[src]
pub fn new_context(&self, attrs: Option<ContextAttrs>) -> AltoResult<Context>[src]
alcCreateContext()
pub fn soft_pause(&self) -> AltoResult<()>[src]
alcDevicePauseSOFT()
Requires ALC_SOFT_pause_device
pub fn soft_resume(&self)[src]
alcDeviceResumeSOFT()
Requires ALC_SOFT_pause_device
pub fn soft_reset(&self, attrs: Option<ContextAttrs>) -> AltoResult<()>[src]
alcDevicePauseSOFT()
Requires ALC_SOFT_HRTF
Trait Implementations
impl DeviceObject for OutputDevice[src]
fn alto(&self) -> &Alto[src]
fn specifier(&self) -> Option<&CStr>[src]
fn as_raw(&self) -> *mut ALCdevice[src]
fn connected(&self) -> AltoResult<bool>[src]
fn is_extension_present(&self, ext: Alc) -> bool[src]
fn enumerate_soft_hrtfs(&self) -> Vec<CString>[src]
fn soft_hrtf_status(&self) -> SoftHrtfStatus[src]
fn soft_output_limiter(&self) -> bool[src]
fn max_aux_sends(&self) -> ALCint[src]
fn to_device(&self) -> Device[src]
impl Sync for OutputDevice[src]
impl Send for OutputDevice[src]
impl PartialEq<OutputDevice> for OutputDevice[src]
fn eq(&self, other: &OutputDevice) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Eq for OutputDevice[src]
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,