Struct gstreamer::message::Progress [−][src]
pub struct Progress<'a>(_);
Implementations
impl<'a> Progress<'a>
[src]
impl<'a> Progress<'a>
[src]pub fn new(type_: ProgressType, code: &'a str, text: &'a str) -> Message
[src]
pub fn builder(
type_: ProgressType,
code: &'a str,
text: &'a str
) -> ProgressBuilder<'a>
[src]
type_: ProgressType,
code: &'a str,
text: &'a str
) -> ProgressBuilder<'a>