Trait gstreamer_app::prelude::FormattedValue[][src]

pub trait FormattedValue: 'static + Copy + Clone {
    fn get_default_format() -> Format;
fn try_from(v: GenericFormattedValue) -> Option<Self>;
fn get_format(&self) -> Format;
unsafe fn from_raw(format: Format, value: i64) -> Self;
unsafe fn to_raw_value(&self) -> i64; }

Required Methods

Implementations on Foreign Types

impl FormattedValue for Bytes
[src]

impl FormattedValue for GenericFormattedValue
[src]

impl FormattedValue for Default
[src]

impl FormattedValue for ClockTime
[src]

impl FormattedValue for Buffers
[src]

Implementors