[][src]Struct agorartc_sys::agorartc::AudioRecordingDeviceManager

pub struct AudioRecordingDeviceManager { /* fields omitted */ }

Implementations

impl AudioRecordingDeviceManager[src]

pub fn get_count(&self) -> i32[src]

pub fn get_device(&self, index: i32) -> (String, String, i32)[src]

pub fn get_current_device(&self) -> (String, i32)[src]

pub fn get_current_deivce_info(&self) -> (String, String, i32)[src]

pub fn set_device(&self, device_id: &str) -> i32[src]

pub fn set_device_volume(&self, volume: i32) -> i32[src]

pub fn get_device_volume(&self) -> (i32, i32)[src]

pub fn set_device_mute(&self, mute: bool) -> i32[src]

pub fn get_deivce_mute(&self) -> (bool, i32)[src]

pub fn start_device_test(&self, indication_interval: i32) -> i32[src]

pub fn stop_device_test(&self) -> i32[src]

pub fn start_audio_device_loopback_test(&self, indication_interval: i32) -> i32[src]

pub fn stop_audio_device_loopback_test(&self) -> i32[src]

Trait Implementations

impl Debug for AudioRecordingDeviceManager[src]

impl Drop for AudioRecordingDeviceManager[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.