Struct windows::Win32::Media::WindowsMediaFormat::IWMReaderNetworkConfig
pub struct IWMReaderNetworkConfig(/* private fields */);
Implementations§
§impl IWMReaderNetworkConfig
impl IWMReaderNetworkConfig
pub unsafe fn GetBufferingTime(&self) -> Result<u64>
pub unsafe fn SetBufferingTime(&self, cnsbufferingtime: u64) -> Result<()>
pub unsafe fn GetUDPPortRanges( &self, prangearray: *mut WM_PORT_NUMBER_RANGE, pcranges: *mut u32, ) -> Result<()>
pub unsafe fn SetUDPPortRanges( &self, prangearray: &[WM_PORT_NUMBER_RANGE], ) -> Result<()>
pub unsafe fn GetProxySettings<P0>(
&self,
pwszprotocol: P0,
) -> Result<WMT_PROXY_SETTINGS>where
P0: Param<PCWSTR>,
pub unsafe fn SetProxySettings<P0>(
&self,
pwszprotocol: P0,
proxysetting: WMT_PROXY_SETTINGS,
) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn GetProxyHostName<P0>(
&self,
pwszprotocol: P0,
pwszhostname: PWSTR,
pcchhostname: *mut u32,
) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn SetProxyHostName<P0, P1>(
&self,
pwszprotocol: P0,
pwszhostname: P1,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
pub unsafe fn GetProxyPort<P0>(&self, pwszprotocol: P0) -> Result<u32>where
P0: Param<PCWSTR>,
pub unsafe fn SetProxyPort<P0>(
&self,
pwszprotocol: P0,
dwport: u32,
) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn GetProxyExceptionList<P0>(
&self,
pwszprotocol: P0,
pwszexceptionlist: PWSTR,
pcchexceptionlist: *mut u32,
) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn SetProxyExceptionList<P0, P1>(
&self,
pwszprotocol: P0,
pwszexceptionlist: P1,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
pub unsafe fn GetProxyBypassForLocal<P0>(
&self,
pwszprotocol: P0,
) -> Result<BOOL>where
P0: Param<PCWSTR>,
pub unsafe fn SetProxyBypassForLocal<P0, P1>(
&self,
pwszprotocol: P0,
fbypassforlocal: P1,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<BOOL>,
pub unsafe fn GetForceRerunAutoProxyDetection(&self) -> Result<BOOL>
pub unsafe fn SetForceRerunAutoProxyDetection<P0>(
&self,
fforcererundetection: P0,
) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetEnableMulticast(&self) -> Result<BOOL>
pub unsafe fn SetEnableMulticast<P0>(&self, fenablemulticast: P0) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetEnableHTTP(&self) -> Result<BOOL>
pub unsafe fn SetEnableHTTP<P0>(&self, fenablehttp: P0) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetEnableUDP(&self) -> Result<BOOL>
pub unsafe fn SetEnableUDP<P0>(&self, fenableudp: P0) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetEnableTCP(&self) -> Result<BOOL>
pub unsafe fn SetEnableTCP<P0>(&self, fenabletcp: P0) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn ResetProtocolRollover(&self) -> Result<()>
pub unsafe fn GetConnectionBandwidth(&self) -> Result<u32>
pub unsafe fn SetConnectionBandwidth( &self, dwconnectionbandwidth: u32, ) -> Result<()>
pub unsafe fn GetNumProtocolsSupported(&self) -> Result<u32>
pub unsafe fn GetSupportedProtocolName( &self, dwprotocolnum: u32, pwszprotocolname: PWSTR, pcchprotocolname: *mut u32, ) -> Result<()>
pub unsafe fn AddLoggingUrl<P0>(&self, pwszurl: P0) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn GetLoggingUrl( &self, dwindex: u32, pwszurl: PWSTR, pcchurl: *mut u32, ) -> Result<()>
pub unsafe fn GetLoggingUrlCount(&self) -> Result<u32>
pub unsafe fn ResetLoggingUrlList(&self) -> Result<()>
Trait Implementations§
§impl CanInto<IUnknown> for IWMReaderNetworkConfig
impl CanInto<IUnknown> for IWMReaderNetworkConfig
§impl CanInto<IWMReaderNetworkConfig> for IWMReaderNetworkConfig2
impl CanInto<IWMReaderNetworkConfig> for IWMReaderNetworkConfig2
§impl Clone for IWMReaderNetworkConfig
impl Clone for IWMReaderNetworkConfig
§fn clone(&self) -> IWMReaderNetworkConfig
fn clone(&self) -> IWMReaderNetworkConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for IWMReaderNetworkConfig
impl Debug for IWMReaderNetworkConfig
§impl Deref for IWMReaderNetworkConfig
impl Deref for IWMReaderNetworkConfig
§impl From<&IWMReaderNetworkConfig> for &IUnknown
impl From<&IWMReaderNetworkConfig> for &IUnknown
§fn from(value: &IWMReaderNetworkConfig) -> Self
fn from(value: &IWMReaderNetworkConfig) -> Self
Converts to this type from the input type.
§impl From<&IWMReaderNetworkConfig2> for &IWMReaderNetworkConfig
impl From<&IWMReaderNetworkConfig2> for &IWMReaderNetworkConfig
§fn from(value: &IWMReaderNetworkConfig2) -> Self
fn from(value: &IWMReaderNetworkConfig2) -> Self
Converts to this type from the input type.
§impl From<IWMReaderNetworkConfig> for IUnknown
impl From<IWMReaderNetworkConfig> for IUnknown
§fn from(value: IWMReaderNetworkConfig) -> Self
fn from(value: IWMReaderNetworkConfig) -> Self
Converts to this type from the input type.
§impl From<IWMReaderNetworkConfig2> for IWMReaderNetworkConfig
impl From<IWMReaderNetworkConfig2> for IWMReaderNetworkConfig
§fn from(value: IWMReaderNetworkConfig2) -> Self
fn from(value: IWMReaderNetworkConfig2) -> Self
Converts to this type from the input type.
§impl Interface for IWMReaderNetworkConfig
impl Interface for IWMReaderNetworkConfig
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for IWMReaderNetworkConfig
impl PartialEq for IWMReaderNetworkConfig
§fn eq(&self, other: &IWMReaderNetworkConfig) -> bool
fn eq(&self, other: &IWMReaderNetworkConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IWMReaderNetworkConfig
impl StructuralPartialEq for IWMReaderNetworkConfig
Auto Trait Implementations§
impl Freeze for IWMReaderNetworkConfig
impl RefUnwindSafe for IWMReaderNetworkConfig
impl !Send for IWMReaderNetworkConfig
impl !Sync for IWMReaderNetworkConfig
impl Unpin for IWMReaderNetworkConfig
impl UnwindSafe for IWMReaderNetworkConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)