Trait gstreamer::prelude::GstParamSpecExt[][src]

pub trait GstParamSpecExt {
    fn new_array(
        name: &str,
        nick: &str,
        blurb: &str,
        element_spec: &ParamSpec,
        flags: ParamFlags
    ) -> Self;
fn new_fraction(
        name: &str,
        nick: &str,
        blurb: &str,
        min: Fraction,
        max: Fraction,
        default: Fraction,
        flags: ParamFlags
    ) -> Self; }

Required methods

This is supported on crate feature v1_14 only.

Implementations on Foreign Types

This is supported on crate feature v1_14 only.

Implementors