Struct gstreamer::message::Redirect [−][src]
pub struct Redirect<'a>(_);
Implementations
impl<'a> Redirect<'a>
[src]
impl<'a> Redirect<'a>
[src]pub fn new(location: &str) -> Message
[src]
This is supported on crate feature
v1_10
only.pub fn builder(location: &str) -> RedirectBuilder<'_>
[src]
This is supported on crate feature
v1_10
only.pub fn entries(&self) -> Vec<(&str, Option<TagList>, Option<&StructureRef>)>
[src]
This is supported on crate feature
v1_10
only.