[−][src]Struct gstreamer_player::PlayerConfig
Methods
impl PlayerConfig
[src][−]
pub fn get_position_update_interval(&self) -> u32
[src]
pub fn get_seek_accurate(&self) -> bool
[src]
pub fn get_user_agent(&self) -> Option<String>
[src]
pub fn set_position_update_interval(&mut self, interval: u32)
[src]
pub fn set_seek_accurate(&mut self, accurate: bool)
[src]
pub fn set_user_agent(&mut self, agent: &str)
[src]
pub unsafe fn into_ptr(self) -> *mut GstStructure
[src]
Trait Implementations
impl AsMut<StructureRef> for PlayerConfig
[src][+]
impl AsRef<StructureRef> for PlayerConfig
[src][+]
impl Clone for PlayerConfig
[src][+]
impl Debug for PlayerConfig
[src][+]
impl Deref for PlayerConfig
[src][+]
impl DerefMut for PlayerConfig
[src][+]
impl Eq for PlayerConfig
[src]
impl FromGlibPtrFull<*mut GstStructure> for PlayerConfig
[src][+]
impl PartialEq<PlayerConfig> for PlayerConfig
[src][+]
impl StructuralEq for PlayerConfig
[src]
impl StructuralPartialEq for PlayerConfig
[src]
Auto Trait Implementations
impl RefUnwindSafe for PlayerConfig
impl Send for PlayerConfig
impl Sync for PlayerConfig
impl Unpin for PlayerConfig
impl UnwindSafe for PlayerConfig
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,