[][src]Trait gstreamer_video::prelude::FormattedValue

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

Required methods

fn get_default_format() -> Format

fn get_format(&self) -> Format

unsafe fn from_raw(format: Format, value: i64) -> Self

unsafe fn to_raw_value(&self) -> i64

Loading content...

Implementations on Foreign Types

impl FormattedValue for GenericFormattedValue[src]

impl FormattedValue for Default[src]

impl FormattedValue for Undefined[src]

impl FormattedValue for Percent[src]

impl FormattedValue for Buffers[src]

impl FormattedValue for Bytes[src]

impl FormattedValue for ClockTime[src]

Loading content...

Implementors

Loading content...