[][src]Struct audir_sles::SLMetadataExtractionItf_

#[repr(C)]pub struct SLMetadataExtractionItf_ {
    pub GetItemCount: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, pItemCount: *mut SLuint32) -> SLresult>,
    pub GetKeySize: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, pKeySize: *mut SLuint32) -> SLresult>,
    pub GetKey: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, keySize: SLuint32, pKey: *mut SLMetadataInfo) -> SLresult>,
    pub GetValueSize: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, pValueSize: *mut SLuint32) -> SLresult>,
    pub GetValue: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, valueSize: SLuint32, pValue: *mut SLMetadataInfo) -> SLresult>,
    pub AddKeyFilter: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, keySize: SLuint32, pKey: *const c_void, keyEncoding: SLuint32, pValueLangCountry: *const SLchar, valueEncoding: SLuint32, filterMask: SLuint8) -> SLresult>,
    pub ClearKeyFilter: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf) -> SLresult>,
}

Fields

GetItemCount: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, pItemCount: *mut SLuint32) -> SLresult>GetKeySize: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, pKeySize: *mut SLuint32) -> SLresult>GetKey: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, keySize: SLuint32, pKey: *mut SLMetadataInfo) -> SLresult>GetValueSize: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, pValueSize: *mut SLuint32) -> SLresult>GetValue: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, valueSize: SLuint32, pValue: *mut SLMetadataInfo) -> SLresult>AddKeyFilter: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, keySize: SLuint32, pKey: *const c_void, keyEncoding: SLuint32, pValueLangCountry: *const SLchar, valueEncoding: SLuint32, filterMask: SLuint8) -> SLresult>ClearKeyFilter: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf) -> SLresult>

Trait Implementations

impl Clone for SLMetadataExtractionItf_[src]

impl Copy for SLMetadataExtractionItf_[src]

impl Debug for SLMetadataExtractionItf_[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.