Struct gstreamer::message::PropertyNotify [−][src]
pub struct PropertyNotify<'a>(_);
Implementations
impl<'a> PropertyNotify<'a>[src]
impl<'a> PropertyNotify<'a>[src]pub fn new(property_name: &str) -> Message[src]
This is supported on crate feature
v1_10 only.pub fn builder(property_name: &str) -> PropertyNotifyBuilder<'_>[src]
This is supported on crate feature
v1_10 only.pub fn get(&self) -> (Object, &str, Option<&'a Value>)[src]
This is supported on crate feature
v1_10 only.Methods from Deref<Target = MessageRef>
pub unsafe fn as_ptr(&self) -> *const GstMessage[src]
pub unsafe fn as_mut_ptr(&self) -> *mut GstMessage[src]
pub fn copy(&self) -> Message[src]
pub fn src(&self) -> Option<Object>[src]
pub fn seqnum(&self) -> Seqnum[src]
pub fn structure(&self) -> Option<&StructureRef>[src]
pub fn view(&self) -> MessageView<'_>[src]
pub fn type_(&self) -> MessageType[src]
Trait Implementations
impl<'a> Debug for PropertyNotify<'a>[src]
impl<'a> Debug for PropertyNotify<'a>[src]impl<'a> Deref for PropertyNotify<'a>[src]
impl<'a> Deref for PropertyNotify<'a>[src]type Target = MessageRef
type Target = MessageRefThe resulting type after dereferencing.