[−][src]Struct gstreamer_pbutils::EncodingAudioProfileBuilder
Implementations
impl<'a> EncodingAudioProfileBuilder<'a>
[src]
pub fn new() -> Self
[src]
pub fn restriction(self, restriction: &'a Caps) -> Self
[src]
pub fn build(self) -> Result<EncodingAudioProfile, EncodingProfileBuilderError>
[src]
Trait Implementations
impl<'a> Debug for EncodingAudioProfileBuilder<'a>
[src]
impl<'a> Default for EncodingAudioProfileBuilder<'a>
[src]
impl<'a> EncodingProfileBuilder<'a> for EncodingAudioProfileBuilder<'a>
[src]
fn name(self, name: &'a str) -> EncodingAudioProfileBuilder<'a>
[src]
fn description(self, description: &'a str) -> EncodingAudioProfileBuilder<'a>
[src]
fn format(self, format: &'a Caps) -> EncodingAudioProfileBuilder<'a>
[src]
fn preset(self, preset: &'a str) -> EncodingAudioProfileBuilder<'a>
[src]
fn preset_name(self, preset_name: &'a str) -> EncodingAudioProfileBuilder<'a>
[src]
fn presence(self, presence: u32) -> EncodingAudioProfileBuilder<'a>
[src]
fn allow_dynamic_output(self, allow: bool) -> EncodingAudioProfileBuilder<'a>
[src]
fn enabled(self, enabled: bool) -> EncodingAudioProfileBuilder<'a>
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for EncodingAudioProfileBuilder<'a>
impl<'a> Send for EncodingAudioProfileBuilder<'a>
impl<'a> Sync for EncodingAudioProfileBuilder<'a>
impl<'a> Unpin for EncodingAudioProfileBuilder<'a>
impl<'a> UnwindSafe for EncodingAudioProfileBuilder<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
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> 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>,