Struct gstreamer::message::StepStart [−][src]
pub struct StepStart<'a>(_);
Implementations
impl<'a> StepStart<'a>
[src]
impl<'a> StepStart<'a>
[src]pub fn new<V: Into<GenericFormattedValue>>(
active: bool,
amount: V,
rate: f64,
flush: bool,
intermediate: bool
) -> Message
[src]
active: bool,
amount: V,
rate: f64,
flush: bool,
intermediate: bool
) -> Message
pub fn builder<V: Into<GenericFormattedValue>>(
active: bool,
amount: V,
rate: f64,
flush: bool,
intermediate: bool
) -> StepStartBuilder<'a>
[src]
active: bool,
amount: V,
rate: f64,
flush: bool,
intermediate: bool
) -> StepStartBuilder<'a>