Struct gstreamer::message::StepDone [−][src]
pub struct StepDone<'a>(_);
Implementations
impl<'a> StepDone<'a>[src]
impl<'a> StepDone<'a>[src]pub fn new<V: Into<GenericFormattedValue>>(
amount: V,
rate: f64,
flush: bool,
intermediate: bool,
duration: V,
eos: bool
) -> Message[src]
amount: V,
rate: f64,
flush: bool,
intermediate: bool,
duration: V,
eos: bool
) -> Message
pub fn builder<V: Into<GenericFormattedValue>>(
amount: V,
rate: f64,
flush: bool,
intermediate: bool,
duration: V,
eos: bool
) -> StepDoneBuilder<'a>[src]
amount: V,
rate: f64,
flush: bool,
intermediate: bool,
duration: V,
eos: bool
) -> StepDoneBuilder<'a>
pub fn get(
&self
) -> (GenericFormattedValue, f64, bool, bool, GenericFormattedValue, bool)[src]
&self
) -> (GenericFormattedValue, f64, bool, bool, GenericFormattedValue, bool)