[][src]Trait gstreamer_player::prelude::PlayerStreamInfoExt

pub trait PlayerStreamInfoExt: 'static {
    pub fn get_caps(&self) -> Option<Caps>;
pub fn get_codec(&self) -> Option<GString>;
pub fn get_index(&self) -> i32;
pub fn get_stream_type(&self) -> GString;
pub fn get_tags(&self) -> Option<TagList>; }

Required methods

pub fn get_caps(&self) -> Option<Caps>[src]

pub fn get_codec(&self) -> Option<GString>[src]

pub fn get_index(&self) -> i32[src]

pub fn get_stream_type(&self) -> GString[src]

pub fn get_tags(&self) -> Option<TagList>[src]

Loading content...

Implementors

impl<O: IsA<PlayerStreamInfo>> PlayerStreamInfoExt for O[src]

Loading content...