Struct gstreamer::BufferPoolAcquireParams [−][src]
pub struct BufferPoolAcquireParams(_);
Methods
impl BufferPoolAcquireParams
[src]
impl BufferPoolAcquireParams
pub fn with_flags(flags: BufferPoolAcquireFlags) -> Self
[src]
pub fn with_flags(flags: BufferPoolAcquireFlags) -> Self
pub fn with_start_stop<T: SpecificFormattedValue>(
start: T,
stop: T,
flags: BufferPoolAcquireFlags
) -> Self
[src]
pub fn with_start_stop<T: SpecificFormattedValue>(
start: T,
stop: T,
flags: BufferPoolAcquireFlags
) -> Self
pub fn flags(&self) -> BufferPoolAcquireFlags
[src]
pub fn flags(&self) -> BufferPoolAcquireFlags
pub fn format(&self) -> Format
[src]
pub fn format(&self) -> Format
pub fn start(&self) -> GenericFormattedValue
[src]
pub fn start(&self) -> GenericFormattedValue
pub fn stop(&self) -> GenericFormattedValue
[src]
pub fn stop(&self) -> GenericFormattedValue
Trait Implementations
impl Debug for BufferPoolAcquireParams
[src]
impl Debug for BufferPoolAcquireParams
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for BufferPoolAcquireParams
[src]
impl PartialEq for BufferPoolAcquireParams
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for BufferPoolAcquireParams
[src]
impl Eq for BufferPoolAcquireParams
Auto Trait Implementations
impl !Send for BufferPoolAcquireParams
impl !Send for BufferPoolAcquireParams
impl !Sync for BufferPoolAcquireParams
impl !Sync for BufferPoolAcquireParams