Struct gstreamer::query::Allocation [−][src]
pub struct Allocation<T>(_);
Implementations
pub fn add_allocation_pool(
&mut self,
pool: Option<&BufferPool>,
size: u32,
min_buffers: u32,
max_buffers: u32
)[src]pub fn set_nth_allocation_pool(
&mut self,
idx: u32,
pool: Option<&BufferPool>,
size: u32,
min_buffers: u32,
max_buffers: u32
)[src]Methods from Deref<Target = QueryRef>
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<T> RefUnwindSafe for Allocation<T> where
T: RefUnwindSafe, impl<T> Send for Allocation<T> where
T: Send, impl<T> Sync for Allocation<T> where
T: Sync, impl<T> Unpin for Allocation<T> where
T: Unpin, impl<T> UnwindSafe for Allocation<T> where
T: UnwindSafe,