pub trait PlayerStreamInfoExt:
IsA<PlayerStreamInfo>
+ Sealed
+ 'static {
// Provided methods
fn caps(&self) -> Option<Caps> { ... }
fn codec(&self) -> Option<GString> { ... }
fn index(&self) -> i32 { ... }
fn stream_type(&self) -> GString { ... }
fn tags(&self) -> Option<TagList> { ... }
}
Provided Methods§
fn caps(&self) -> Option<Caps>
fn codec(&self) -> Option<GString>
fn index(&self) -> i32
fn stream_type(&self) -> GString
Object Safety§
This trait is not object safe.