Trait gstreamer::param_spec::GstParamSpecBuilderExt
source · pub trait GstParamSpecBuilderExt<'a>: ParamSpecBuilderExt<'a> {
// Provided methods
fn controllable(self) -> Self { ... }
fn mutable_ready(self) -> Self { ... }
fn mutable_paused(self) -> Self { ... }
fn mutable_playing(self) -> Self { ... }
fn doc_show_default(self) -> Self { ... }
fn conditionally_available(self) -> Self { ... }
}
Provided Methods§
sourcefn controllable(self) -> Self
fn controllable(self) -> Self
Mark the property as controllable
sourcefn mutable_ready(self) -> Self
fn mutable_ready(self) -> Self
Mark the property as mutable in ready state
sourcefn mutable_paused(self) -> Self
fn mutable_paused(self) -> Self
Mark the property as mutable in paused state
sourcefn mutable_playing(self) -> Self
fn mutable_playing(self) -> Self
Mark the property as mutable in playing state
sourcefn doc_show_default(self) -> Self
fn doc_show_default(self) -> Self
Mark the property for showing the default value in the docs
sourcefn conditionally_available(self) -> Self
fn conditionally_available(self) -> Self
Mark the property for being only conditionally available
Object Safety§
This trait is not object safe.