hylarana_common::win32

Trait MediaFoundationIMFAttributesSetHelper

Source
pub trait MediaFoundationIMFAttributesSetHelper: AsIMFAttributes {
    // Provided methods
    fn get_string(&self, key: GUID) -> Option<String> { ... }
    fn set(&mut self, key: GUID, value: IMFValue) -> Result<()> { ... }
}

Provided Methods§

Source

fn get_string(&self, key: GUID) -> Option<String>

Source

fn set(&mut self, key: GUID, value: IMFValue) -> Result<()>

Implementations on Foreign Types§

Source§

impl MediaFoundationIMFAttributesSetHelper for IMFActivate

Source§

impl MediaFoundationIMFAttributesSetHelper for IMFAttributes

Source§

impl MediaFoundationIMFAttributesSetHelper for IMFMediaType

Implementors§