Struct gstreamer::event::Step [−][src]
pub struct Step<'a>(_);
Implementations
impl<'a> Step<'a>
[src]
impl<'a> Step<'a>
[src]pub fn new<V: Into<GenericFormattedValue>>(
amount: V,
rate: f64,
flush: bool,
intermediate: bool
) -> Event
[src]
amount: V,
rate: f64,
flush: bool,
intermediate: bool
) -> Event
pub fn builder<V: Into<GenericFormattedValue>>(
amount: V,
rate: f64,
flush: bool,
intermediate: bool
) -> StepBuilder<'a>
[src]
amount: V,
rate: f64,
flush: bool,
intermediate: bool
) -> StepBuilder<'a>