pub struct IWMReaderNetworkConfig2(/* private fields */);

Implementations§

§

impl IWMReaderNetworkConfig2

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: IntoParam<PCWSTR>,

pub unsafe fn SetProxySettings<P0>( &self, pwszprotocol: P0, proxysetting: WMT_PROXY_SETTINGS ) -> Result<()>
where P0: IntoParam<PCWSTR>,

pub unsafe fn GetProxyHostName<P0>( &self, pwszprotocol: P0, pwszhostname: PWSTR, pcchhostname: *mut u32 ) -> Result<()>
where P0: IntoParam<PCWSTR>,

pub unsafe fn SetProxyHostName<P0, P1>( &self, pwszprotocol: P0, pwszhostname: P1 ) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,

pub unsafe fn GetProxyPort<P0>(&self, pwszprotocol: P0) -> Result<u32>
where P0: IntoParam<PCWSTR>,

pub unsafe fn SetProxyPort<P0>( &self, pwszprotocol: P0, dwport: u32 ) -> Result<()>
where P0: IntoParam<PCWSTR>,

pub unsafe fn GetProxyExceptionList<P0>( &self, pwszprotocol: P0, pwszexceptionlist: PWSTR, pcchexceptionlist: *mut u32 ) -> Result<()>
where P0: IntoParam<PCWSTR>,

pub unsafe fn SetProxyExceptionList<P0, P1>( &self, pwszprotocol: P0, pwszexceptionlist: P1 ) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,

pub unsafe fn GetProxyBypassForLocal<P0>( &self, pwszprotocol: P0 ) -> Result<BOOL>
where P0: IntoParam<PCWSTR>,

pub unsafe fn SetProxyBypassForLocal<P0, P1>( &self, pwszprotocol: P0, fbypassforlocal: P1 ) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>,

pub unsafe fn GetForceRerunAutoProxyDetection(&self) -> Result<BOOL>

pub unsafe fn SetForceRerunAutoProxyDetection<P0>( &self, fforcererundetection: P0 ) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn GetEnableMulticast(&self) -> Result<BOOL>

pub unsafe fn SetEnableMulticast<P0>(&self, fenablemulticast: P0) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn GetEnableHTTP(&self) -> Result<BOOL>

pub unsafe fn SetEnableHTTP<P0>(&self, fenablehttp: P0) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn GetEnableUDP(&self) -> Result<BOOL>

pub unsafe fn SetEnableUDP<P0>(&self, fenableudp: P0) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn GetEnableTCP(&self) -> Result<BOOL>

pub unsafe fn SetEnableTCP<P0>(&self, fenabletcp: P0) -> Result<()>
where P0: IntoParam<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: IntoParam<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<()>

pub unsafe fn GetEnableContentCaching(&self) -> Result<BOOL>

pub unsafe fn SetEnableContentCaching<P0>( &self, fenablecontentcaching: P0 ) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn GetEnableFastCache(&self) -> Result<BOOL>

pub unsafe fn SetEnableFastCache<P0>(&self, fenablefastcache: P0) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn GetAcceleratedStreamingDuration(&self) -> Result<u64>

pub unsafe fn SetAcceleratedStreamingDuration( &self, cnsaccelduration: u64 ) -> Result<()>

pub unsafe fn GetAutoReconnectLimit(&self) -> Result<u32>

pub unsafe fn SetAutoReconnectLimit( &self, dwautoreconnectlimit: u32 ) -> Result<()>

pub unsafe fn GetEnableResends(&self) -> Result<BOOL>

pub unsafe fn SetEnableResends<P0>(&self, fenableresends: P0) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn GetEnableThinning(&self) -> Result<BOOL>

pub unsafe fn SetEnableThinning<P0>(&self, fenablethinning: P0) -> Result<()>
where P0: IntoParam<BOOL>,

pub unsafe fn GetMaxNetPacketSize(&self) -> Result<u32>

Trait Implementations§

§

impl Clone for IWMReaderNetworkConfig2

§

fn clone(&self) -> IWMReaderNetworkConfig2

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for IWMReaderNetworkConfig2

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
§

impl From<&IWMReaderNetworkConfig2> for &IUnknown

§

fn from(value: &IWMReaderNetworkConfig2) -> Self

Converts to this type from the input type.
§

impl From<&IWMReaderNetworkConfig2> for &IWMReaderNetworkConfig

§

fn from(value: &IWMReaderNetworkConfig2) -> Self

Converts to this type from the input type.
§

impl From<IWMReaderNetworkConfig2> for IUnknown

§

fn from(value: IWMReaderNetworkConfig2) -> Self

Converts to this type from the input type.
§

impl From<IWMReaderNetworkConfig2> for IWMReaderNetworkConfig

§

fn from(value: IWMReaderNetworkConfig2) -> Self

Converts to this type from the input type.
§

impl Interface for IWMReaderNetworkConfig2

§

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

Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§

unsafe fn from_raw(raw: *mut c_void) -> Self

Creates an Interface by taking ownership of the raw COM interface pointer. Read more
§

unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>

Creates an Interface that is valid so long as the raw COM interface pointer is valid. Read more
§

fn cast<T>(&self) -> Result<T, Error>
where T: Interface,

Attempts to cast the current interface to another interface using QueryInterface. Read more
§

fn downgrade(&self) -> Result<Weak<Self>, Error>

Attempts to create a Weak reference to this object.
§

unsafe fn query(&self, iid: *const GUID, interface: *mut *mut c_void) -> HRESULT

Call QueryInterface on this interface Read more
§

impl PartialEq for IWMReaderNetworkConfig2

§

fn eq(&self, other: &IWMReaderNetworkConfig2) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for IWMReaderNetworkConfig2

§

impl StructuralPartialEq for IWMReaderNetworkConfig2

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> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

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

§

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>,

§

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.