windows::Win32::Media::MediaPlayer

Struct IWMPNetwork_Vtbl

#[repr(C)]
pub struct IWMPNetwork_Vtbl {
Show 29 fields pub base__: IDispatch_Vtbl, pub bandWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub recoveredPackets: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub sourceProtocol: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub receivedPackets: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub lostPackets: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub receptionQuality: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub bufferingCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub bufferingProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub bufferingTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetbufferingTime: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub frameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub maxBitRate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub bitRate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub getProxySettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT, pub setProxySettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT, pub getProxyName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub setProxyName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT, pub getProxyPort: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT, pub setProxyPort: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT, pub getProxyExceptionList: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub setProxyExceptionList: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT, pub getProxyBypassForLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub setProxyBypassForLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub maxBandwidth: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetmaxBandwidth: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub downloadProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub encodedFrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub framesSkipped: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}

Fields§

§base__: IDispatch_Vtbl§bandWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§recoveredPackets: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§sourceProtocol: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§receivedPackets: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§lostPackets: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§receptionQuality: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§bufferingCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§bufferingProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§bufferingTime: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetbufferingTime: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§frameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§maxBitRate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§bitRate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§getProxySettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT§setProxySettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT§getProxyName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§setProxyName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT§getProxyPort: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT§setProxyPort: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT§getProxyExceptionList: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§setProxyExceptionList: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT§getProxyBypassForLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§setProxyBypassForLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT§maxBandwidth: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetmaxBandwidth: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§downloadProgress: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§encodedFrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§framesSkipped: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT

Implementations§

§

impl IWMPNetwork_Vtbl

pub const fn new<Identity: IWMPNetwork_Impl, const OFFSET: isize>() -> Self

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.